glslang/.clang-format

14 lines
379 B
Plaintext
Raw Normal View History

Language: Cpp
IndentWidth: 4
PointerAlignment: Left
BreakBeforeBraces: Custom
BraceWrapping: { AfterFunction: true, AfterControlStatement: false }
IndentCaseLabels: false
2016-03-09 00:31:07 -05:00
ReflowComments: false
2016-06-05 20:45:34 -04:00
ColumnLimit: 120
AccessModifierOffset: -4
AlignTrailingComments: true
AllowShortBlocksOnASingleLine: false
AllowShortIfStatementsOnASingleLine: false
2016-03-09 00:31:07 -05:00
AllowShortLoopsOnASingleLine: false