Adding file extensions to gitattributes (#10945)
* Adding file extensions to gitattributes * Adding erb type to gitattributes * Adding newline
This commit is contained in:
parent
e23880ba01
commit
95c33e991f
1 changed files with 5 additions and 0 deletions
5
.gitattributes
vendored
5
.gitattributes
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue