https://github.com/facebook/rocksdb
Raw File
Tip revision: c0b990989f739c3616d115d144299924df641627 authored by Min Wei on 10 March 2017, 17:38:46 UTC
fix compile for VS2015
Tip revision: c0b9909
.clang-format
# Complete list of style options can be found at: 
# http://clang.llvm.org/docs/ClangFormatStyleOptions.html
---
BasedOnStyle: Google
...
back to top