https://github.com/facebook/rocksdb
Raw File
Tip revision: f38a576d948643143e112f59d2db30e118d95ad1 authored by Yi Wu on 19 October 2016, 18:34:53 UTC
Disable auto compactions in memory_test and re-enable the test
Tip revision: f38a576
.clang-format
# Complete list of style options can be found at: 
# http://clang.llvm.org/docs/ClangFormatStyleOptions.html
---
BasedOnStyle: Google
...
back to top