docbrown/.gitattributes
Rafi 95c33e991f
Adding file extensions to gitattributes (#10945)
* Adding file extensions to gitattributes

* Adding erb type to gitattributes

* Adding newline
2020-10-20 11:09:46 +02:00

10 lines
286 B
Text

# Declare SVG files to have LF endings on checkout
# On Windows, the default git setting for `core.autocrlf`
# means that when checking out code, LF endings get converted
# to CRLF.
# *.svg text eol=lf
*.rb diff=ruby
*.rake diff=ruby
*.css diff=css
*.html diff=html
*.erb diff=html