diff options
Diffstat (limited to 'src/fmt/.clang-format')
-rw-r--r-- | src/fmt/.clang-format | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/fmt/.clang-format b/src/fmt/.clang-format new file mode 100644 index 000000000..df55d340f --- /dev/null +++ b/src/fmt/.clang-format @@ -0,0 +1,8 @@ +# Run manually to reformat a file: +# clang-format -i --style=file <file> +Language: Cpp +BasedOnStyle: Google +IndentPPDirectives: AfterHash +IndentCaseLabels: false +AlwaysBreakTemplateDeclarations: false +DerivePointerAlignment: false |