diff --git a/.clang-format b/.clang-format index 085cde61f..e1599848d 100644 --- a/.clang-format +++ b/.clang-format @@ -55,3 +55,4 @@ SpacesInConditionalStatement: false SpacesInContainerLiterals: false SpacesInParentheses: false SpacesInSquareBrackets: false +PenaltyReturnTypeOnItsOwnLine: 1000