From 5998b93859c05202b4a04b9be889252f19ca2fc0 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sat, 29 Aug 2015 13:23:38 +0300 Subject: Enforce LF for .py files too. [ci skip] --- .gitattributes | 1 + 1 file changed, 1 insertion(+) (limited to '.gitattributes') 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 -- cgit v1.2.3