mirror of
https://github.com/libretro/glslang.git
synced 2024-11-22 23:29:41 +00:00
Increase column limit to 120.
This commit is contained in:
parent
f377f5287b
commit
e592652665
@ -4,7 +4,7 @@ BreakBeforeBraces: Custom
|
||||
BraceWrapping: { AfterFunction: true, AfterControlStatement: true }
|
||||
IndentCaseLabels: false
|
||||
ReflowComments: false
|
||||
ColumnLimit: 100
|
||||
ColumnLimit: 120
|
||||
AccessModifierOffset: -4
|
||||
AlignTrailingComments: true
|
||||
AllowShortBlocksOnASingleLine: false
|
||||
|
Loading…
Reference in New Issue
Block a user