diff options
Diffstat (limited to '.clang-format')
-rw-r--r-- | .clang-format | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.clang-format b/.clang-format index bd896176d..4652b9e0a 100644 --- a/.clang-format +++ b/.clang-format | |||
@@ -20,7 +20,7 @@ SortIncludes: 'false' | |||
20 | SpaceBeforeAssignmentOperators: 'true' | 20 | SpaceBeforeAssignmentOperators: 'true' |
21 | SpaceBeforeParens: ControlStatements | 21 | SpaceBeforeParens: ControlStatements |
22 | SpaceInEmptyParentheses: 'false' | 22 | SpaceInEmptyParentheses: 'false' |
23 | TabWidth: '2' | 23 | TabWidth: '4' |
24 | UseTab: Never | 24 | UseTab: Never |
25 | 25 | ||
26 | ... | 26 | ... |