https://github.com/facebook/rocksdb
Raw File
Tip revision: abd4b1ff1504ae2a7ed6e60bc9c9797b880c33a5 authored by Andrew Kryczka on 06 February 2021, 01:01:51 UTC
bump version and update HISTORY.md for 6.15.5
Tip revision: abd4b1f
.clang-format
# Complete list of style options can be found at: 
# http://clang.llvm.org/docs/ClangFormatStyleOptions.html
---
BasedOnStyle: Google
...
back to top