aboutsummaryrefslogtreecommitdiff
path: root/.clang-format
diff options
context:
space:
mode:
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format2
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'
20SpaceBeforeAssignmentOperators: 'true' 20SpaceBeforeAssignmentOperators: 'true'
21SpaceBeforeParens: ControlStatements 21SpaceBeforeParens: ControlStatements
22SpaceInEmptyParentheses: 'false' 22SpaceInEmptyParentheses: 'false'
23TabWidth: '2' 23TabWidth: '4'
24UseTab: Never 24UseTab: Never
25 25
26... 26...