From a71f674ef495850b8fcdfbc44a03d2aa6261c185 Mon Sep 17 00:00:00 2001 From: nitely Date: Mon, 17 Nov 2014 21:26:41 -0300 Subject: [PATCH] gitattributes LF --- .gitattributes | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 21256661..07bd8e8a 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,24 @@ -* text=auto \ No newline at end of file +# 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 \ No newline at end of file