Add editorconfig for shader files

This commit is contained in:
2022-05-12 13:46:17 +02:00
parent abcc319168
commit 69b9c1b9ee
+5
View File
@@ -18,6 +18,11 @@ indent_size = 4
indent_style = space indent_style = space
indent_size = 4 indent_size = 4
# Shader files
[*.{hlsl,shader,glsl}]
indent_style = space
indent_size = 4
# XAML files # XAML files
[*.xaml] [*.xaml]
indent_style = space indent_style = space