mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-25 03:00:46 +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
|
BreakBeforeBraces: Allman
|
||||||
BreakBeforeTernaryOperators: true
|
BreakBeforeTernaryOperators: true
|
||||||
BreakConstructorInitializersBeforeComma: false
|
BreakConstructorInitializersBeforeComma: false
|
||||||
ColumnLimit: 140
|
ColumnLimit: 150
|
||||||
ConstructorInitializerAllOnOneLineOrOnePerLine: false
|
ConstructorInitializerAllOnOneLineOrOnePerLine: false
|
||||||
ConstructorInitializerIndentWidth: 0
|
ConstructorInitializerIndentWidth: 0
|
||||||
ContinuationIndentWidth: 0
|
ContinuationIndentWidth: 0
|
||||||
|
|
Loading…
Reference in a new issue