diff --git a/roles/home-cli/files/clang-format b/roles/home-cli/files/clang-format index 9c18255..c948a1f 100644 --- a/roles/home-cli/files/clang-format +++ b/roles/home-cli/files/clang-format @@ -1,9 +1,9 @@ --- Language: Cpp -BasedOnStyle: WebKit -# https://www.webkit.org/code-style-guidelines/ -#PointerAlignment: Right +BasedOnStyle: Microsoft +BreakBeforeBraces: Stroustrup +#PointerAlignment: Right // Uncomment for K&R C-style pointers. --- Language: CSharp BasedOnStyle: Microsoft -# https://learn.microsoft.com/en-us/dotnet/csharp/fundamentals/coding-style/coding-conventions +BreakBeforeBraces: Allman