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