https://github.com/facebook/rocksdb
Raw File
Tip revision: 1a89d40209a8a737150351b936ea3feff872fb0a authored by Aaron Gao on 15 February 2017, 02:46:58 UTC
correct naming
Tip revision: 1a89d40
.clang-format
# Complete list of style options can be found at: 
# http://clang.llvm.org/docs/ClangFormatStyleOptions.html
---
BasedOnStyle: Google
...
back to top