aboutsummaryrefslogtreecommitdiff
path: root/.clang-format
diff options
context:
space:
mode:
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format14
1 files changed, 7 insertions, 7 deletions
diff --git a/.clang-format b/.clang-format
index 69e6656..96bec56 100644
--- a/.clang-format
+++ b/.clang-format
@@ -27,11 +27,11 @@ SpaceBeforeCtorInitializerColon: False
SpaceBeforeInheritanceColon: False
SpaceBeforeParens: Custom
SpaceBeforeParensOptions:
- AfterControlStatements: True
- AfterForeachMacros: True
- AfterFunctionDeclarationName: False
- AfterFunctionDefinitionName: False
- AfterIfMacros: True
- AfterOverloadedOperator: False
- BeforeNonEmptyParentheses: False
+ AfterControlStatements: True
+ AfterForeachMacros: True
+ AfterFunctionDeclarationName: False
+ AfterFunctionDefinitionName: False
+ AfterIfMacros: True
+ AfterOverloadedOperator: False
+ BeforeNonEmptyParentheses: False
SpaceBeforeRangeBasedForLoopColon: True