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
|
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
|
||||||
---
|
---
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue