Add .editorconfig for engine shaders inside Content

This commit is contained in:
2026-06-17 09:53:58 +02:00
parent 956a59e6bb
commit ee311925b1
+7
View File
@@ -0,0 +1,7 @@
# Shader files
[*.{hlsl,shader,glsl}]
end_of_line = crlf
insert_final_newline = true
charset = utf-8
indent_style = space
indent_size = 4