mirror of
https://github.com/isledecomp/isle-portable.git
synced 2025-05-12 06:00:28 -04:00
User clang-format InsertBraces instead of clang-tidy (#1059)
This commit is contained in:
parent
09684b3c03
commit
0873b782c5
2 changed files with 2 additions and 2 deletions
|
@ -20,6 +20,7 @@ EmptyLineBeforeAccessModifier: Always
|
||||||
IncludeBlocks: Regroup
|
IncludeBlocks: Regroup
|
||||||
IndentAccessModifiers: false
|
IndentAccessModifiers: false
|
||||||
IndentWidth: 4
|
IndentWidth: 4
|
||||||
|
InsertBraces: true
|
||||||
InsertNewlineAtEOF: true
|
InsertNewlineAtEOF: true
|
||||||
PointerAlignment: Left
|
PointerAlignment: Left
|
||||||
QualifierAlignment: Custom
|
QualifierAlignment: Custom
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
Checks: >
|
Checks: >
|
||||||
-*,
|
-*,
|
||||||
readability-braces-around-statements,
|
|
||||||
modernize-use-override
|
modernize-use-override
|
||||||
WarningsAsErrors: '-*,readability-braces-around-statements,modernize-use-override'
|
WarningsAsErrors: '-*,modernize-use-override'
|
||||||
HeaderFilterRegex: ".*"
|
HeaderFilterRegex: ".*"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue