Skip to content

Commit 45f2c51

Browse files
Update .clang-format
1 parent c78c434 commit 45f2c51

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.clang-format

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ AlignConsecutiveShortCaseStatements:
1616
AlignCaseColons: false
1717
AllowShortFunctionsOnASingleLine: 'false'
1818
IndentCaseLabels: 'false'
19-
IndentWidth: '2'
19+
IndentWidth: '4'
2020
SpaceBeforeParens: ControlStatements
2121
SpacesInCStyleCastParentheses: 'false'
2222
SpacesInSquareBrackets: 'false'
23-
TabWidth: '2'
23+
TabWidth: '4'
2424
IncludeBlocks: Regroup
2525
IncludeCategories:
2626
- Regex: '<[[:alnum:].\/-]+>'

0 commit comments

Comments
 (0)