We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7d3bc9 commit 5ed3930Copy full SHA for 5ed3930
.gitattributes
@@ -0,0 +1,16 @@
1
+# Set default behavior to automatically normalize line endings.
2
+* text=auto
3
+
4
+# Force bash scripts to always use LF line endings so that if a repo is accessed
5
+# in Unix via a file share from Windows, the scripts will work.
6
+*.sh text eol=lf
7
8
+# Force batch scripts to always use CRLF line endings so that if a repo is accessed
9
+# in Windows via a file share from Linux, the scripts will work.
10
+*.{cmd,[cC][mM][dD]} text eol=crlf
11
+*.{bat,[bB][aA][tT]} text eol=crlf
12
13
+# Denote all files that are truly binary and should not be modified.
14
+*.png binary
15
+*.jpg binary
16
+*.ico binary
0 commit comments