We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f408fa4 commit def1983Copy full SHA for def1983
.editorconfig
@@ -1,13 +1,13 @@
1
-# editorconfig.org
2
-root = true
3
-
4
-[*]
5
-charset = utf-8
6
-end_of_line = crlf
7
-indent_size = 4
8
-indent_style = tab
9
-insert_final_newline = true
10
11
-[*.json]
12
-indent_size = 2
13
-indent_style = space
+# editorconfig.org
+root = true
+
+[*]
+charset = utf-8
+end_of_line = lf
+indent_size = 4
+indent_style = tab
+insert_final_newline = true
+[*.json]
+indent_size = 2
+indent_style = space
.gitattributes
@@ -0,0 +1,5 @@
+* text eol=lf
+*.png binary
+*.exe binary
+*.dll binary
0 commit comments