From f91a078a033c9822c5748ec946408509bffb26d5 Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Tue, 17 Sep 2024 22:22:17 +0100 Subject: [PATCH] Tweak formatting --- roles/home-cli/files/clang-format | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/roles/home-cli/files/clang-format b/roles/home-cli/files/clang-format index 394ef4c..239400a 100644 --- a/roles/home-cli/files/clang-format +++ b/roles/home-cli/files/clang-format @@ -1,5 +1,4 @@ # clang-format 14 - --- BasedOnStyle: LLVM @@ -60,8 +59,8 @@ EmptyLineBeforeAccessModifier: LogicalBlock ExperimentalAutoDetectBinPacking: false FixNamespaceComments: true IncludeBlocks: Regroup -IncludeIsMainRegex: '(Test)?$' -IncludeIsMainSourceRegex: '' +IncludeIsMainRegex: "" +IncludeIsMainSourceRegex: "" IndentAccessModifiers: false IndentCaseBlocks: false IndentCaseLabels: false @@ -76,8 +75,8 @@ JavaScriptQuotes: Leave JavaScriptWrapImports: true KeepEmptyLinesAtTheStartOfBlocks: true LambdaBodyIndentation: Signature -MacroBlockBegin: '' -MacroBlockEnd: '' +MacroBlockBegin: "" +MacroBlockEnd: "" MaxEmptyLinesToKeep: 1 NamespaceIndentation: None ObjCBinPackProtocolList: Auto @@ -160,5 +159,3 @@ SpaceBeforeParensOptions: AfterIfMacros: true AfterOverloadedOperator: false BeforeNonEmptyParentheses: false - -...