We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58fc32b commit 44bf3b7Copy full SHA for 44bf3b7
1 file changed
.gitattributes
@@ -0,0 +1,18 @@
1
+# Auto detect text files and perform LF normalization
2
+* text=auto
3
+
4
+# Below types are listed explicitly just in case to avoid unexpected mistakes in git auto above
5
+*.java text
6
+*.html text
7
+*.xml text
8
+*.xsl text
9
+*.css text
10
+*.js text
11
12
+# Note: executable is a non-standard attribute, and it is helpful for the release plugin
13
+*.sh text eol=lf executable
14
+*.cgi text eol=lf executable
15
16
+# Windows expects CRLF always
17
+*.bat text eol=crlf
18
+*.cmd text eol=crlf
0 commit comments