https://github.com/facebook/rocksdb
Raw File
Tip revision: 73c165e3445291bb551c7713a12e4bd0cff5b4c2 authored by Bassam Tabbara on 10 October 2016, 22:45:45 UTC
Avoid string CONCAT which is not supported in cmake 2.6
Tip revision: 73c165e
.clang-format
# Complete list of style options can be found at: 
# http://clang.llvm.org/docs/ClangFormatStyleOptions.html
---
BasedOnStyle: Google
...
back to top