diff --git a/config/lint/clang-format b/config/lint/clang-format index 33a97f0..da891d6 100644 --- a/config/lint/clang-format +++ b/config/lint/clang-format @@ -254,7 +254,7 @@ SpacesInLineCommentPrefix: SpacesInParens: Custom SpacesInParensOptions: ExceptDoubleParentheses: false - InConditionalStatements: false + InConditionalStatements: true InCStyleCasts: false InEmptyParentheses: false Other: true