Skip to content

Commit

Permalink
chore: add .gitattributes
Browse files Browse the repository at this point in the history
so that git checkout on Windows uses LF and JSCS does not complain on
prerelease
  • Loading branch information
jakub-g committed Oct 4, 2016
1 parent cd6db28 commit ee4bdaf
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
* text=auto

*.css eol=lf
*.eslintrc eol=lf
*.gitattributes eol=lf
*.gitignore eol=lf
*.gradle eol=lf
*.h eol=lf
*.html eol=lf
*.java eol=lf
*.js eol=lf
*.jscsrc eol=lf
*.json eol=lf
*.m eol=lf
*.map eol=lf
*.md eol=lf
*.modulemap eol=lf
*.npmignore eol=lf
*.pch eol=lf
*.plist eol=lf
*.sh eol=lf
*.xml eol=lf
*.yml eol=lf

*.jar binary
*.png binary

0 comments on commit ee4bdaf

Please sign in to comment.