https://github.com/facebook/rocksdb
Raw File
Tip revision: 98876612c3c3a6d157f258498cb7c596982ae240 authored by Adam Retter on 17 August 2016, 15:14:30 UTC
Fix the Windows build of RocksDB Java. Similar to https://github.com/facebook/rocksdb/issues/1220
Tip revision: 9887661
.clang-format
# Complete list of style options can be found at: 
# http://clang.llvm.org/docs/ClangFormatStyleOptions.html
---
BasedOnStyle: Google
...
back to top