Skip to content

Commit 44bf3b7

Browse files
vlsikubycsolutions
authored andcommitted
cherrypick from master
1 parent 58fc32b commit 44bf3b7

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

.gitattributes

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)