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 35ab865 commit e88d246Copy full SHA for e88d246
.gitattributes
@@ -1,5 +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
+
+# Set default behavior to automatically normalize line endings.
+* text=auto eol=lf
6
+# Enforce CRLF line endings in Windows batch scripts to avoid issues.
7
+*.cmd text eol=crlf
8
+*.bat text eol=crlf
0 commit comments