]> rtime.felk.cvut.cz Git - hercules2020/kcf.git/blobdiff - .clang-format
Remove debug printf
[hercules2020/kcf.git] / .clang-format
index 5d8226e9960378404c869042ba70c4da13fe19d6..539e1590d303f962eebacf66d58785b286565905 100644 (file)
@@ -12,12 +12,12 @@ AllowAllParametersOfDeclarationOnNextLine: true
 AllowShortBlocksOnASingleLine: false
 AllowShortCaseLabelsOnASingleLine: false
 AllowShortFunctionsOnASingleLine: Inline
-AllowShortIfStatementsOnASingleLine: true
+AllowShortIfStatementsOnASingleLine: false
 AllowShortLoopsOnASingleLine: false
 AlwaysBreakAfterDefinitionReturnType: None
 AlwaysBreakAfterReturnType: None
 AlwaysBreakBeforeMultilineStrings: false
-AlwaysBreakTemplateDeclarations: false
+AlwaysBreakTemplateDeclarations: true
 BinPackArguments: true
 BinPackParameters: true
 BraceWrapping: