diff --git a/roles/home-cli/files/clang-format b/roles/home-cli/files/clang-format index 80e73a3..0605c62 100644 --- a/roles/home-cli/files/clang-format +++ b/roles/home-cli/files/clang-format @@ -3,7 +3,6 @@ Language: Cpp BasedOnStyle: Microsoft AccessModifierOffset: -4 -AlwaysBreakTemplateDeclarations: Yes BreakBeforeBraces: Stroustrup PointerAlignment: Left # Left for C++, Right for C.