We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c78c434 commit 45f2c51Copy full SHA for 45f2c51
1 file changed
.clang-format
@@ -16,11 +16,11 @@ AlignConsecutiveShortCaseStatements:
16
AlignCaseColons: false
17
AllowShortFunctionsOnASingleLine: 'false'
18
IndentCaseLabels: 'false'
19
-IndentWidth: '2'
+IndentWidth: '4'
20
SpaceBeforeParens: ControlStatements
21
SpacesInCStyleCastParentheses: 'false'
22
SpacesInSquareBrackets: 'false'
23
-TabWidth: '2'
+TabWidth: '4'
24
IncludeBlocks: Regroup
25
IncludeCategories:
26
- Regex: '<[[:alnum:].\/-]+>'
0 commit comments