We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49ee9a3 commit bc28eefCopy full SHA for bc28eef
.editorconfig
@@ -0,0 +1,5 @@
1
+[*]
2
+end_of_line = lf
3
+
4
+[*.cmd]
5
+end_of_line = crlf
.gitattributes
@@ -0,0 +1,9 @@
+# By default, convert line endings automatically.
+* text=auto
+# Declare files that will always have LF line endings on checkout.
+*.py text eol=lf
6
+*.sh text eol=lf
7
8
+# Declare files that will always have CRLF line endings on checkout.
9
+*.cmd text eol=crlf
0 commit comments