summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/bgfx/3rdparty/glslang/.clang-format
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/bgfx/3rdparty/glslang/.clang-format')
-rw-r--r--3rdparty/bgfx/3rdparty/glslang/.clang-format13
1 files changed, 0 insertions, 13 deletions
diff --git a/3rdparty/bgfx/3rdparty/glslang/.clang-format b/3rdparty/bgfx/3rdparty/glslang/.clang-format
deleted file mode 100644
index 8c73a52feef..00000000000
--- a/3rdparty/bgfx/3rdparty/glslang/.clang-format
+++ /dev/null
@@ -1,13 +0,0 @@
-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