From 6b285e128fd6775df78e0f19f727e21a67301304 Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Thu, 18 May 2023 22:36:08 +0100 Subject: [PATCH] Simpler .clang-format --- roles/home-cli/files/profile | 3 --- 1 file changed, 3 deletions(-) diff --git a/roles/home-cli/files/profile b/roles/home-cli/files/profile index 39b0135..2e956ba 100644 --- a/roles/home-cli/files/profile +++ b/roles/home-cli/files/profile @@ -432,10 +432,7 @@ cat << __EOF__ | tee .clang-format BasedOnStyle: WebKit BreakBeforeBraces: Stroustrup -ColumnLimit: 100 ContinuationIndentWidth: 2 -Cpp11BracedListStyle: true -FixNamespaceComments: true ... __EOF__ command ls -l .clang-format