Skip to content

Commit

Permalink
fix CRLF issues reported by npm run lint
Browse files Browse the repository at this point in the history
  • Loading branch information
GerHobbelt committed Sep 5, 2017
1 parent adf1611 commit addac12
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
*.sh text eol=lf
*.bat text eol=crlf
*.php text eol=lf
*.inc text eol=lf
*.html text eol=lf
*.json text eol=lf
*.js text eol=lf
*.css text eol=lf
*.less text eol=lf
*.sass text eol=lf
*.ini text eol=lf
*.txt text eol=lf
*.xml text eol=lf
*.md text eol=lf
*.markdown text eol=lf
*.json5 text eol=lf

*.pdf binary
*.psd binary
*.pptx binary
*.xlsx binary

0 comments on commit addac12

Please sign in to comment.