From fd3a13a413047b7bf4816d3ee73812b484a60b88 Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Thu, 12 Sep 2024 20:43:07 +0100 Subject: [PATCH] Add more commented clang-format options --- roles/home-cli/files/clang-format | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/roles/home-cli/files/clang-format b/roles/home-cli/files/clang-format index 5d32582..2075b68 100644 --- a/roles/home-cli/files/clang-format +++ b/roles/home-cli/files/clang-format @@ -3,7 +3,14 @@ --- BasedOnStyle: LLVM +#BreakAfterAttributes: Always # clang-format 16 +#IndentRequiresClause: false # clang-format 15 #InsertNewlineAtEOF: true # clang-format 16 +#InsertBraces: true # clang-format 15 +#RemoveParentheses: MultipleParentheses # clang-format 17 +#RequiresClausePosition: OwnLine # clang-format 15 +#RequiresExpressionIndentation: OuterScope # clang-format 16 +#SpacesInParens: Never # clang-format 17 AccessModifierOffset: -4 AlignAfterOpenBracket: DontAlign AlignArrayOfStructures: None