glslang/.clang-format

13 lines
355 B
Plaintext
Raw Normal View History

Language: Cpp
IndentWidth: 4
BreakBeforeBraces: Custom
BraceWrapping: { AfterFunction: true, AfterControlStatement: true }
IndentCaseLabels: false
2016-03-09 05:31:07 +00:00
ReflowComments: false
ColumnLimit: 100
AccessModifierOffset: -4
AlignTrailingComments: true
AllowShortBlocksOnASingleLine: false
AllowShortIfStatementsOnASingleLine: false
2016-03-09 05:31:07 +00:00
AllowShortLoopsOnASingleLine: false