diff options
author | fenze <fiedorowicz.kacper@gmail.com> | 2022-11-23 16:58:20 +0000 |
---|---|---|
committer | fenze <fiedorowicz.kacper@gmail.com> | 2022-11-23 16:58:20 +0000 |
commit | 0787f62e1676ebc6d295d5eb82eab8532dcf204f (patch) | |
tree | 390a9da3372f04a9a481ec750de5335c6493f42f /.clang-format | |
parent | 00b64b6ee5f5849b9dedcb17140eab7b9202fc19 (diff) |
fix style formatting
Diffstat (limited to '.clang-format')
-rw-r--r-- | .clang-format | 14 |
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 |