blob: 721d3fe94e3ed129a5785fe0b10e58f1cc683884 [file] [log] [blame]
# Auto detect text files and perform LF normalization
* text=auto
# Below types are listed explicitly just in case to avoid unexpected mistakes in git auto above
*.java text
*.html text
*.xml text
*.xsl text
*.css text
*.js text
# Note: executable is a non-standard attribute, and it is helpful for the release plugin
*.sh text eol=lf executable
*.cgi text eol=lf executable
# Windows expects CRLF always
*.bat text eol=crlf
*.cmd text eol=crlf