aboutsummaryrefslogtreecommitdiff
path: root/.clang-format
diff options
context:
space:
mode:
authorfenze <fiedorowicz.kacper@gmail.com>2022-11-23 16:58:20 +0000
committerfenze <fiedorowicz.kacper@gmail.com>2022-11-23 16:58:20 +0000
commit0787f62e1676ebc6d295d5eb82eab8532dcf204f (patch)
tree390a9da3372f04a9a481ec750de5335c6493f42f /.clang-format
parent00b64b6ee5f5849b9dedcb17140eab7b9202fc19 (diff)
fix style formatting
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