Add .editorconfig for engine shaders inside Content
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user