diff --git a/.clang-format b/.clang-format index 19c58aa..7d24a37 100644 --- a/.clang-format +++ b/.clang-format @@ -18,6 +18,9 @@ AccessModifierOffset: -4 BreakBeforeBinaryOperators: All BreakBeforeTernaryOperators: true +# Template declarations should be on their own lines +AlwaysBreakTemplateDeclarations: Yes + # Aesthetic AlignOperands: AlignAfterOperator ---