Enforce LF for .py files too.

[ci skip]
This commit is contained in:
XhmikosR 2015-08-29 13:23:38 +03:00
parent 232469549c
commit 5998b93859
1 changed files with 1 additions and 0 deletions

1
.gitattributes vendored
View File

@ -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