Merge branch 'master' of github.com:KhronosGroup/glslang into clang-format
[platform/upstream/glslang.git] / .clang-format
1 Language: Cpp
2 IndentWidth: 4
3 BreakBeforeBraces: Custom
4 BraceWrapping: { AfterFunction: true }
5 IndentCaseLabels: false
6 ReflowComments: false
7 ColumnLimit: 100
8 AccessModifierOffset: -4
9 AlignTrailingComments: true
10 AllowShortBlocksOnASingleLine: false
11 AllowShortIfStatementsOnASingleLine: false
12 AllowShortLoopsOnASingleLine: false