Files
detekt/.gitattributes
Matthew Haughton 1868dfaa29 Add extra rules to gitattributes (#3692)
* Add extra rules to gitattributes

* Checkout HTML and Markdown files with LF EOL

This is currently what's expected by various tests when run on Windows
2021-04-23 08:18:50 +10:00

18 lines
361 B
Plaintext

* text eol=auto
*.bat text eol=crlf
*.css diff=css
*.htm eol=lf diff=html
*.html eol=lf diff=html
*.md eol=lf diff=markdown
*.jar binary
*.png binary
*.otf binary
*.eot binary
*.ttf binary
*.woff binary
*.woff2 binary
*.ico binary