diff --git a/Content/.editorconfig b/Content/.editorconfig new file mode 100644 index 000000000..73c128d84 --- /dev/null +++ b/Content/.editorconfig @@ -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