From d6dd8fefd7377f3676f6c09f4807c3bba4113511 Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Fri, 20 Sep 2024 15:06:30 +0100 Subject: [PATCH] Change comment to be clearer --- roles/home-cli/files/clang-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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