Add editorconfig for shader files

This commit is contained in:
Wojciech Figat
2022-05-12 13:46:17 +02:00
parent abcc319168
commit 69b9c1b9ee

View File

@@ -18,6 +18,11 @@ indent_size = 4
indent_style = space
indent_size = 4
# Shader files
[*.{hlsl,shader,glsl}]
indent_style = space
indent_size = 4
# XAML files
[*.xaml]
indent_style = space