diff --git a/.clang-format b/.clang-format index 5364839..4ebdfa3 100644 --- a/.clang-format +++ b/.clang-format @@ -5,3 +5,5 @@ TabWidth: 4 # Tab width is also 4 spaces UseTab: Never # Always use spaces instead of tabs ColumnLimit: 80 # Wrap lines after 80 characters AllowShortLoopsOnASingleLine: true +AlwaysBreakTemplateDeclarations: true +BreakConstructorInitializers: BeforeComma