mirror of
https://github.com/jlengrand/detekt.git
synced 2026-03-10 08:11:23 +00:00
* 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
18 lines
361 B
Plaintext
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
|