diff options
Diffstat (limited to 'plugins/Dbx_mdbx/src/libmdbx/.clang-format')
-rw-r--r-- | plugins/Dbx_mdbx/src/libmdbx/.clang-format | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/Dbx_mdbx/src/libmdbx/.clang-format b/plugins/Dbx_mdbx/src/libmdbx/.clang-format new file mode 100644 index 0000000000..6c59ef3a39 --- /dev/null +++ b/plugins/Dbx_mdbx/src/libmdbx/.clang-format @@ -0,0 +1,3 @@ +BasedOnStyle: LLVM +Standard: Cpp11 +ReflowComments: true |