mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-05 21:13:55 -07:00
InsertBraces-check-enabled
This commit is contained in:
parent
7817e25fdd
commit
cdad1cbcea
1 changed files with 2 additions and 2 deletions
|
|
@ -22,12 +22,12 @@ AllowShortFunctionsOnASingleLine: None
|
|||
BinPackParameters: false
|
||||
AllowAllParametersOfDeclarationOnNextLine: false
|
||||
IndentCaseLabels: true
|
||||
# requires clang-format 15
|
||||
# InsertBraces: true
|
||||
PointerAlignment: Right
|
||||
SortIncludes: true
|
||||
IncludeBlocks: Regroup
|
||||
StatementAttributeLikeMacros: [emit]
|
||||
# requires clang-format 15
|
||||
InsertBraces: true
|
||||
# requires clang-format 16
|
||||
# RemoveSemicolon: true
|
||||
---
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue