summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/glslang/src/.clang-format
blob: daf87985eb713a37d21cebd07e40dad7e5cd6288 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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