summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--_clang-format8
1 files changed, 4 insertions, 4 deletions
diff --git a/_clang-format b/_clang-format
index 788cc5f3f..913819284 100644
--- a/_clang-format
+++ b/_clang-format
@@ -7,17 +7,17 @@ AlignTrailingComments: true
AllowAllParametersOfDeclarationOnNextLine: true
AllowShortIfStatementsOnASingleLine: false
AllowShortLoopsOnASingleLine: false
-AlwaysBreakTemplateDeclarations: false
+AlwaysBreakTemplateDeclarations: true
AlwaysBreakBeforeMultilineStrings: false
BreakBeforeBinaryOperators: false
-BreakConstructorInitializersBeforeComma: false
+BreakConstructorInitializersBeforeComma: true
BinPackParameters: true
ColumnLimit: 120
-ConstructorInitializerAllOnOneLineOrOnePerLine: false
+ConstructorInitializerAllOnOneLineOrOnePerLine: true
DerivePointerBinding: false
ExperimentalAutoDetectBinPacking: false
IndentCaseLabels: true
-MaxEmptyLinesToKeep: 1
+MaxEmptyLinesToKeep: 3
NamespaceIndentation: None
ObjCSpaceBeforeProtocolList: true
PenaltyBreakComment: 60