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 2185e6e commit 0545a02Copy full SHA for 0545a02
.gitattributes
@@ -1,4 +1,8 @@
1
-*.m linguist-language=dart
2
-*.h linguist-language=dart
3
-*.java linguist-language=dart
4
-*.kt linguist-language=dart
+# Force batch scripts to always use CRLF line endings so that if a repo is accessed
+# in Windows via a file share from Linux, the scripts will work.
+*.{cmd,[cC][mM][dD]} text eol=crlf
+*.{bat,[bB][aA][tT]} text eol=crlf
5
+
6
+# Force bash scripts to always use LF line endings so that if a repo is accessed
7
+# in Unix via a file share from Windows, the scripts will work.
8
+*.sh text eol=lf
0 commit comments