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.
1 parent 3c83f9a commit 5407bf9Copy full SHA for 5407bf9
.gitattributes
@@ -1,6 +1,8 @@
1
-#
2
-# https://help.github.com/articles/dealing-with-line-endings/
3
4
-# These are explicitly windows files and should use crlf
5
-*.bat text eol=crlf
+# Documentation: https://www.git-scm.com/docs/gitattributes
6
+# Set default behavior to automatically normalize line endings.
+* text=auto eol=lf
+
+# Enforce CRLF line endings in Windows batch scripts to avoid issues.
7
+*.cmd text eol=crlf
8
+*.bat text eol=crlf
img/CloudNew.svg
0 commit comments