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