We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
.editorconfig
.gitattributes
1 parent c414c2b commit 7a96d03Copy full SHA for 7a96d03
.editorconfig
@@ -0,0 +1,16 @@
1
+root = true
2
+
3
+[*]
4
+charset = utf-8
5
+end_of_line = lf
6
+indent_size = 4
7
+indent_style = tab
8
+insert_final_newline = true
9
+trim_trailing_whitespace = true
10
11
+[{*.py,SConstruct}]
12
+indent_style = space
13
14
+[*.{yml,yaml}]
15
+indent_size = 2
16
.gitattributes
@@ -1,6 +1,2 @@
-*.c eol=lf
-*.cpp eol=lf
-*.gd eol=lf
-*.tscn eol=lf
-*.cfg eol=lf
-*.godot eol=lf
+# Normalize EOL for all files that Git considers text files
+* text=auto eol=lf
0 commit comments