https://github.com/facebook/rocksdb
Raw File
Tip revision: 7a8cee8fa3abc4be2d17d83b04646cffa5d172a3 authored by sdong on 31 October 2019, 21:42:34 UTC
Disable warning as error
Tip revision: 7a8cee8
.clang-format
# Complete list of style options can be found at: 
# http://clang.llvm.org/docs/ClangFormatStyleOptions.html
---
BasedOnStyle: Google
...
back to top