InsertBraces-check-enabled

This commit is contained in:
DawnFire42 2026-05-13 09:14:35 -04:00
parent 7817e25fdd
commit cdad1cbcea
No known key found for this signature in database
GPG key ID: 24BB855EE2911B33

View file

@ -22,12 +22,12 @@ AllowShortFunctionsOnASingleLine: None
BinPackParameters: false BinPackParameters: false
AllowAllParametersOfDeclarationOnNextLine: false AllowAllParametersOfDeclarationOnNextLine: false
IndentCaseLabels: true IndentCaseLabels: true
# requires clang-format 15
# InsertBraces: true
PointerAlignment: Right PointerAlignment: Right
SortIncludes: true SortIncludes: true
IncludeBlocks: Regroup IncludeBlocks: Regroup
StatementAttributeLikeMacros: [emit] StatementAttributeLikeMacros: [emit]
# requires clang-format 15
InsertBraces: true
# requires clang-format 16 # requires clang-format 16
# RemoveSemicolon: true # RemoveSemicolon: true
--- ---