gitattributes LF

This commit is contained in:
nitely 2014-11-17 21:26:41 -03:00
parent 39e6dc2c19
commit a71f674ef4
1 changed files with 24 additions and 1 deletions

25
.gitattributes vendored
View File

@ -1 +1,24 @@
* text=auto
# Git will handle the files in whatever way it thinks is best
* text=auto
# Always convert line endings to LF on checkout
*.py text eol=lf
*.coffe text eol=lf
*.js text eol=lf
*.scss text eol=lf
*.css text eol=lf
*.html text eol=lf
*.md text eol=lf
*.txt text eol=lf
*.yml text eol=lf
*.po text eol=lf
# Files that are truly binary and should not be modified
*.png binary
*.jpg binary
*.ico binary
*.eot binary
*.svg binary
*.ttf binary
*.woff binary
*.mo binary