diff --git a/roles/home-cli/files/clang-format b/roles/home-cli/files/clang-format index c948a1f..08962d8 100644 --- a/roles/home-cli/files/clang-format +++ b/roles/home-cli/files/clang-format @@ -2,7 +2,7 @@ Language: Cpp BasedOnStyle: Microsoft BreakBeforeBraces: Stroustrup -#PointerAlignment: Right // Uncomment for K&R C-style pointers. +PointerAlignment: Left # Change to Right for K&R C-style pointers. --- Language: CSharp BasedOnStyle: Microsoft