We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17c0ca6 commit e596eceCopy full SHA for e596ece
.clang-format
@@ -5,6 +5,9 @@ AlignConsecutiveAssignments: 'true'
5
AlignConsecutiveDeclarations: 'true'
6
AlignOperands: 'true'
7
AllowAllParametersOfDeclarationOnNextLine: 'false'
8
+AllowShortCaseLabelsOnASingleLine: 'false'
9
+AllowShortFunctionsOnASingleLine: Empty
10
+AllowShortLoopsOnASingleLine: 'false'
11
AlwaysBreakAfterDefinitionReturnType: None
12
AlwaysBreakAfterReturnType: None
13
AlwaysBreakBeforeMultilineStrings: 'false'
@@ -20,6 +23,7 @@ SortIncludes: 'false'
20
23
SpaceBeforeAssignmentOperators: 'true'
21
24
SpaceBeforeParens: ControlStatements
22
25
SpaceInEmptyParentheses: 'false'
26
+SpacesBeforeTrailingComments: 1
27
TabWidth: '4'
28
UseTab: Never
29
0 commit comments