]> git.armaanb.net Git - chorizo.git/blobdiff - .clang-format
draft 2
[chorizo.git] / .clang-format
index 29b06b02ce7fb7d55734e4ed14a6afd077cc30fa..0e1993de3b9d7c4acda3623678cf7373dd618a8c 100644 (file)
@@ -7,11 +7,11 @@ AlignEscapedNewlines: Left # Unknown to clang-format-4.0
 AlignOperands: true
 AlignTrailingComments: false
 AllowAllParametersOfDeclarationOnNextLine: false
-AllowShortBlocksOnASingleLine: false
+AllowShortBlocksOnASingleLine: true
 AllowShortCaseLabelsOnASingleLine: false
 AllowShortFunctionsOnASingleLine: None
-AllowShortIfStatementsOnASingleLine: false
-AllowShortLoopsOnASingleLine: false
+AllowShortIfStatementsOnASingleLine: true
+AllowShortLoopsOnASingleLine: true
 AlwaysBreakAfterDefinitionReturnType: true
 AlwaysBreakAfterReturnType: None
 AlwaysBreakBeforeMultilineStrings: false