From: XhmikosR Date: Sat, 29 Aug 2015 10:23:38 +0000 (+0300) Subject: Enforce LF for .py files too. X-Git-Tag: v4.0.0-alpha.2~387 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5998b93859c05202b4a04b9be889252f19ca2fc0;p=thirdparty%2Fbootstrap.git Enforce LF for .py files too. [ci skip] --- diff --git a/.gitattributes b/.gitattributes index 6a776dc6e4..7c22a49fb5 100644 --- a/.gitattributes +++ b/.gitattributes @@ -4,6 +4,7 @@ *.js text eol=lf *.json text eol=lf *.md text eol=lf +*.py text eol=lf *.rb text eol=lf *.scss text eol=lf *.svg text eol=lf