We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
.editorconfig
.gitattributes
1 parent 3bea67c commit 121ae8dCopy full SHA for 121ae8d
.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