Add more commented clang-format options
This commit is contained in:
parent
ad68dac46e
commit
fd3a13a413
1 changed files with 7 additions and 0 deletions
|
@ -3,7 +3,14 @@
|
||||||
---
|
---
|
||||||
BasedOnStyle: LLVM
|
BasedOnStyle: LLVM
|
||||||
|
|
||||||
|
#BreakAfterAttributes: Always # clang-format 16
|
||||||
|
#IndentRequiresClause: false # clang-format 15
|
||||||
#InsertNewlineAtEOF: true # clang-format 16
|
#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
|
AccessModifierOffset: -4
|
||||||
AlignAfterOpenBracket: DontAlign
|
AlignAfterOpenBracket: DontAlign
|
||||||
AlignArrayOfStructures: None
|
AlignArrayOfStructures: None
|
||||||
|
|
Loading…
Reference in a new issue