Home | History | Annotate | Download | only in glslang
      1 Language: Cpp
      2 IndentWidth: 4
      3 BreakBeforeBraces: Custom
      4 BraceWrapping: { AfterFunction: true, AfterControlStatement: true }
      5 IndentCaseLabels: false
      6 ReflowComments: false
      7 ColumnLimit: 120
      8 AccessModifierOffset: -4
      9 AlignTrailingComments: true
     10 AllowShortBlocksOnASingleLine: false
     11 AllowShortIfStatementsOnASingleLine: false
     12 AllowShortLoopsOnASingleLine: false
     13