diff --git a/.clang-format b/.clang-format index 71ce9e68e44..17196f7ddab 100644 --- a/.clang-format +++ b/.clang-format @@ -62,7 +62,7 @@ ContinuationIndentWidth: 4 BreakBeforeBraces: Custom BraceWrapping: { AfterClass: 'false', - AfterControlStatement: 'false', + AfterControlStatement: 'MultiLine', AfterEnum : 'false', AfterFunction : 'true', AfterNamespace : 'false',