https://github.com/facebook/rocksdb
Raw File
Tip revision: 5624396d85440fe5d520815a9b7c8975a80532eb authored by Sagar Vemuri on 02 May 2019, 18:56:11 UTC
Bump version to 6.1.2 and update history
Tip revision: 5624396
.clang-format
# Complete list of style options can be found at: 
# http://clang.llvm.org/docs/ClangFormatStyleOptions.html
---
BasedOnStyle: Google
...
back to top