Add more commented clang-format options

This commit is contained in:
Anthony Rose 2024-09-12 20:43:07 +01:00
parent ad68dac46e
commit fd3a13a413

View file

@ -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