aboutsummaryrefslogtreecommitdiff
path: root/.clang-format
diff options
context:
space:
mode:
authorMarc Deop <marc@marcdeop.com>2019-03-02 12:24:27 +0100
committerMarc Deop <marc@marcdeop.com>2019-03-02 12:24:27 +0100
commitc971b924cd62822ed6fb1a0291c483ae73a3ecda (patch)
treec4548932be7058f4d121264b2f7ec9ef655a49a5 /.clang-format
parent05d79f971eb9e779227e022ac47e4b78d400c9ec (diff)
downloadlibquotient-c971b924cd62822ed6fb1a0291c483ae73a3ecda.tar.gz
libquotient-c971b924cd62822ed6fb1a0291c483ae73a3ecda.zip
fixup! fixup! chore: add .clang-format
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format1
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