# Formatting configuration for shaders BasedOnStyle: LLVM UseTab: Never IndentWidth: 4 TabWidth: 4 BreakBeforeBraces: Custom BraceWrapping: AfterCaseLabel: false AfterControlStatement: Never AfterEnum: true AfterFunction: true AfterNamespace: true AfterStruct: true AfterUnion: true BeforeElse: false BeforeWhile: false IndentBraces: false AllowShortIfStatementsOnASingleLine: false AllowShortFunctionsOnASingleLine: Empty ColumnLimit: 90 AccessModifierOffset: -4 AlwaysBreakTemplateDeclarations: Yes BinPackArguments: false BinPackParameters: OnePerLine BreakAfterOpenBracketFunction: true BreakBeforeCloseBracketFunction: true