|
|
@@ -2,10 +2,11 @@ BasedOnStyle: llvm
|
|
|
---
|
|
|
AccessModifierOffset: -4
|
|
|
AlignEscapedNewlines: DontAlign
|
|
|
-AllowShortBlocksOnASingleLine: Empty
|
|
|
+AllowShortBlocksOnASingleLine: Always
|
|
|
AllowShortEnumsOnASingleLine: true
|
|
|
AllowShortFunctionsOnASingleLine: Empty
|
|
|
AllowShortIfStatementsOnASingleLine: WithoutElse
|
|
|
+AllowShortLambdasOnASingleLine: All
|
|
|
AllowShortLoopsOnASingleLine: true
|
|
|
AlwaysBreakTemplateDeclarations: Yes
|
|
|
BreakBeforeBinaryOperators: NonAssignment
|