https://github.com/facebook/rocksdb
Raw File
Tip revision: b20be55d1bf5da05aee56088ffe876fd8f62ec1b authored by Steve Little on 02 February 2017, 16:00:49 UTC
The checks for whether a file is locked won't compile on windows
Tip revision: b20be55
.clang-format
# Complete list of style options can be found at: 
# http://clang.llvm.org/docs/ClangFormatStyleOptions.html
---
BasedOnStyle: Google
...
back to top