mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-15 08:52:00 +00:00
Bump clang-format ColumnLimit to 150
git-svn-id: https://svn.eduke32.com/eduke32@6835 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
461561d2d0
commit
7a6e87e367
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ BreakBeforeBinaryOperators: true
|
|||
BreakBeforeBraces: Allman
|
||||
BreakBeforeTernaryOperators: true
|
||||
BreakConstructorInitializersBeforeComma: false
|
||||
ColumnLimit: 140
|
||||
ColumnLimit: 150
|
||||
ConstructorInitializerAllOnOneLineOrOnePerLine: false
|
||||
ConstructorInitializerIndentWidth: 0
|
||||
ContinuationIndentWidth: 0
|
||||
|
|
Loading…
Reference in a new issue