Skip to content

Commit

Permalink
Merge pull request #36 from SrTobi/master
Browse files Browse the repository at this point in the history
set git eol for .js files to lf
  • Loading branch information
SrTobi committed Nov 15, 2015
2 parents 07d2545 + c67e5b4 commit c346f0b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# set line ending of .js files to lf so git wont change it to crlf on windows
# that is important or else lint will output an error for every single line
*.js text eol=lf

0 comments on commit c346f0b

Please sign in to comment.