Revision 990b2f4cb313f4a47cb0bc3ba907862e6c47d4b0 authored by Adam Retter on 23 April 2019, 18:12:39 UTC, committed by Facebook Github Bot on 23 April 2019, 18:16:51 UTC
Summary:
I needed this change to be able to build the v6.0.1 release on Windows.
Pull Request resolved: https://github.com/facebook/rocksdb/pull/5227

Differential Revision: D15033815

Pulled By: sagar0

fbshipit-source-id: 579f3b8e694c34c0d43527eb2fa37175e37f5911
1 parent 72c8533
Raw File
.clang-format
# Complete list of style options can be found at: 
# http://clang.llvm.org/docs/ClangFormatStyleOptions.html
---
BasedOnStyle: Google
...
back to top