From 0787f62e1676ebc6d295d5eb82eab8532dcf204f Mon Sep 17 00:00:00 2001 From: fenze Date: Wed, 23 Nov 2022 16:58:20 +0000 Subject: fix style formatting --- .clang-format | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to '.clang-format') 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 -- cgit v1.2.3