bgfx/3rdparty/glslang/.clang-format
Branimir Karadžić f46d6a5803 Added glslang.
2016-12-15 14:19:54 -08:00

13 lines
355 B
YAML

Language: Cpp
IndentWidth: 4
BreakBeforeBraces: Custom
BraceWrapping: { AfterFunction: true, AfterControlStatement: true }
IndentCaseLabels: false
ReflowComments: false
ColumnLimit: 120
AccessModifierOffset: -4
AlignTrailingComments: true
AllowShortBlocksOnASingleLine: false
AllowShortIfStatementsOnASingleLine: false
AllowShortLoopsOnASingleLine: false