xref: /aosp_15_r20/external/angle/third_party/glslang/src/.clang-format (revision 8975f5c5ed3d1c378011245431ada316dfb6f244)
1Language: Cpp
2IndentWidth: 4
3PointerAlignment: Left
4BreakBeforeBraces: Custom
5BraceWrapping: { AfterFunction: true, AfterControlStatement: false }
6IndentCaseLabels: false
7ReflowComments: false
8ColumnLimit: 120
9AccessModifierOffset: -4
10AlignTrailingComments: true
11AllowShortBlocksOnASingleLine: false
12AllowShortIfStatementsOnASingleLine: false
13AllowShortLoopsOnASingleLine: false
14