From 8be51043ff72b89d592d0223ccfff12b667d63a2 Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Fri, 20 Sep 2024 15:17:04 +0100 Subject: [PATCH] Closer to the standard document --- roles/home-cli/files/clang-format | 1 - 1 file changed, 1 deletion(-) diff --git a/roles/home-cli/files/clang-format b/roles/home-cli/files/clang-format index 80e73a3..0605c62 100644 --- a/roles/home-cli/files/clang-format +++ b/roles/home-cli/files/clang-format @@ -3,7 +3,6 @@ Language: Cpp BasedOnStyle: Microsoft AccessModifierOffset: -4 -AlwaysBreakTemplateDeclarations: Yes BreakBeforeBraces: Stroustrup PointerAlignment: Left # Left for C++, Right for C.