Add `.editorconfig`, consolidate `.gitattributes`
parent
c414c2b37d
commit
7a96d0314e
|
@ -0,0 +1,16 @@
|
||||||
|
root = true
|
||||||
|
|
||||||
|
[*]
|
||||||
|
charset = utf-8
|
||||||
|
end_of_line = lf
|
||||||
|
indent_size = 4
|
||||||
|
indent_style = tab
|
||||||
|
insert_final_newline = true
|
||||||
|
trim_trailing_whitespace = true
|
||||||
|
|
||||||
|
[{*.py,SConstruct}]
|
||||||
|
indent_style = space
|
||||||
|
|
||||||
|
[*.{yml,yaml}]
|
||||||
|
indent_size = 2
|
||||||
|
indent_style = space
|
|
@ -1,6 +1,2 @@
|
||||||
*.c eol=lf
|
# Normalize EOL for all files that Git considers text files
|
||||||
*.cpp eol=lf
|
* text=auto eol=lf
|
||||||
*.gd eol=lf
|
|
||||||
*.tscn eol=lf
|
|
||||||
*.cfg eol=lf
|
|
||||||
*.godot eol=lf
|
|
||||||
|
|
Loading…
Reference in New Issue