Merge pull request #3046 from amdrexu/bugfix
[platform/upstream/glslang.git] / .clang-format
1 Language: Cpp
2 IndentWidth: 4
3 PointerAlignment: Left
4 BreakBeforeBraces: Custom
5 BraceWrapping: { AfterFunction: true, AfterControlStatement: false }
6 IndentCaseLabels: false
7 ReflowComments: false
8 ColumnLimit: 120
9 AccessModifierOffset: -4
10 AlignTrailingComments: true
11 AllowShortBlocksOnASingleLine: false
12 AllowShortIfStatementsOnASingleLine: false
13 AllowShortLoopsOnASingleLine: false