From 8f55aa1670483d9e372c9b4411c57083766a8175 Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Wed, 18 Sep 2024 22:18:14 +0100 Subject: [PATCH] Add commented-out PointerAlignment for C --- roles/home-cli/files/clang-format | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/home-cli/files/clang-format b/roles/home-cli/files/clang-format index c78f987..9c18255 100644 --- a/roles/home-cli/files/clang-format +++ b/roles/home-cli/files/clang-format @@ -2,6 +2,7 @@ Language: Cpp BasedOnStyle: WebKit # https://www.webkit.org/code-style-guidelines/ +#PointerAlignment: Right --- Language: CSharp BasedOnStyle: Microsoft