mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
clang-format: really avoid return type alone on line
Should fix some instances of very long lines doing the
following:
void
fn( ...really long parameter list... )
This commit is contained in:
parent
730ac5e3e9
commit
6e79e0b92e
1 changed files with 1 additions and 0 deletions
|
|
@ -55,3 +55,4 @@ SpacesInConditionalStatement: false
|
|||
SpacesInContainerLiterals: false
|
||||
SpacesInParentheses: false
|
||||
SpacesInSquareBrackets: false
|
||||
PenaltyReturnTypeOnItsOwnLine: 1000
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue