https://github.com/facebook/rocksdb
Raw File
Tip revision: 8f339ed6dec5a7c02388f1446ddceae39ad7ee1d authored by Anirban Rahut on 11 January 2017, 00:01:52 UTC
Guarding extra fallocate call with TRAVIS because its not working properly on travis
Tip revision: 8f339ed
.clang-format
# Complete list of style options can be found at: 
# http://clang.llvm.org/docs/ClangFormatStyleOptions.html
---
BasedOnStyle: Google
...
back to top