diff --git a/roles/home-cli/files/clang-format b/roles/home-cli/files/clang-format index 9ce0ce8..8711dfa 100644 --- a/roles/home-cli/files/clang-format +++ b/roles/home-cli/files/clang-format @@ -3,6 +3,7 @@ Language: Cpp BasedOnStyle: Microsoft AccessModifierOffset: -4 +AlwaysBreakTemplateDeclarations: Yes BreakBeforeBraces: Stroustrup PointerAlignment: Left # Change to Right for K&R C-style pointers.