https://github.com/facebook/rocksdb
Raw File
Tip revision: 1e92c363085f130701d42300a4dcd201881089a6 authored by sdong on 05 November 2019, 18:57:56 UTC
Disable error as warning
Tip revision: 1e92c36
.clang-format
# Complete list of style options can be found at: 
# http://clang.llvm.org/docs/ClangFormatStyleOptions.html
---
BasedOnStyle: Google
...
back to top