11IndentWidth : 4
22TabWidth : 4
3- ColumnLimit : 121
4- UseTab : Always
3+ ColumnLimit : 120
4+ UseTab : ForIndentation
55SortIncludes : true
66IncludeCategories :
77 - Regex : ' ^\<.*\>' # stdlib
@@ -16,10 +16,10 @@ IncludeCategories:
1616MaxEmptyLinesToKeep : 1
1717SpacesBeforeTrailingComments : 1
1818# ---
19- AllowShortEnumsOnASingleLine : true
19+ AllowShortEnumsOnASingleLine : false
2020AllowShortCaseLabelsOnASingleLine : true
21- AllowShortIfStatementsOnASingleLine : true
22- AllowShortBlocksOnASingleLine : true
21+ AllowShortIfStatementsOnASingleLine : false
22+ AllowShortBlocksOnASingleLine : false
2323AllowAllArgumentsOnNextLine : true
2424AllowAllParametersOfDeclarationOnNextLine : true
2525AllowShortFunctionsOnASingleLine : Empty
@@ -30,7 +30,7 @@ AlignConsecutiveAssignments: false
3030AlignConsecutiveMacros :
3131 Enabled : true
3232 AcrossEmptyLines : false
33- AcrossComments : true
33+ AcrossComments : false
3434AlignConsecutiveShortCaseStatements :
3535 Enabled : true
3636 AcrossEmptyLines : false
@@ -70,7 +70,7 @@ SpaceBeforeAssignmentOperators: true
7070SpaceBeforeCaseColon : false
7171SpaceBeforeParens : Custom
7272SpaceBeforeParensOptions :
73- AfterControlStatements : false
73+ AfterControlStatements : true
7474 AfterForeachMacros : false
7575 AfterFunctionDeclarationName : false
7676 AfterIfMacros : false
0 commit comments