mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-15 00:15:45 -04:00
dep: Add glslang
This commit is contained in:
13
dep/glslang/.clang-format
Normal file
13
dep/glslang/.clang-format
Normal file
@ -0,0 +1,13 @@
|
||||
Language: Cpp
|
||||
IndentWidth: 4
|
||||
PointerAlignment: Left
|
||||
BreakBeforeBraces: Custom
|
||||
BraceWrapping: { AfterFunction: true, AfterControlStatement: false }
|
||||
IndentCaseLabels: false
|
||||
ReflowComments: false
|
||||
ColumnLimit: 120
|
||||
AccessModifierOffset: -4
|
||||
AlignTrailingComments: true
|
||||
AllowShortBlocksOnASingleLine: false
|
||||
AllowShortIfStatementsOnASingleLine: false
|
||||
AllowShortLoopsOnASingleLine: false
|
Reference in New Issue
Block a user