diff options
author | Marc Deop <marc@marcdeop.com> | 2019-03-02 12:24:27 +0100 |
---|---|---|
committer | Marc Deop <marc@marcdeop.com> | 2019-03-02 12:24:27 +0100 |
commit | c971b924cd62822ed6fb1a0291c483ae73a3ecda (patch) | |
tree | c4548932be7058f4d121264b2f7ec9ef655a49a5 /.clang-format | |
parent | 05d79f971eb9e779227e022ac47e4b78d400c9ec (diff) | |
download | libquotient-c971b924cd62822ed6fb1a0291c483ae73a3ecda.tar.gz libquotient-c971b924cd62822ed6fb1a0291c483ae73a3ecda.zip |
fixup! fixup! chore: add .clang-format
Diffstat (limited to '.clang-format')
-rw-r--r-- | .clang-format | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.clang-format b/.clang-format index 9c8d83e7..12054877 100644 --- a/.clang-format +++ b/.clang-format @@ -44,7 +44,6 @@ BreakBeforeInheritanceComma: false BreakInheritanceList: BeforeColon BreakBeforeTernaryOperators: true BreakConstructorInitializersBeforeComma: false -BreakConstructorInitializers: BeforeComma BreakAfterJavaFieldAnnotations: false BreakStringLiterals: true ColumnLimit: 80 |