diff --git a/.clang-format b/.clang-format index 60da2ec49..789a2e954 100644 --- a/.clang-format +++ b/.clang-format @@ -8,4 +8,5 @@ IndentWidth: 4 SpacesInParentheses: true BreakConstructorInitializersBeforeComma: true PointerAlignment: Left +AlwaysBreakAfterReturnType: None KeepEmptyLinesAtTheStartOfBlocks: false