Adding file extensions to gitattributes (#10945)

* Adding file extensions to gitattributes

* Adding erb type to gitattributes

* Adding newline
This commit is contained in:
Rafi 2020-10-20 14:39:46 +05:30 committed by GitHub
parent e23880ba01
commit 95c33e991f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

5
.gitattributes vendored
View file

@ -3,3 +3,8 @@
# 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