[Lint] Update pylint to only allow LF line ending

This commit is contained in:
Calum Lind 2016-05-08 17:59:48 +01:00
parent 1a62e00066
commit 9237c931b2
1 changed files with 1 additions and 1 deletions

View File

@ -234,7 +234,7 @@ indent-string=' '
indent-after-paren=4
# Expected format of line ending, e.g. empty (any line ending), LF or CRLF.
expected-line-ending-format=
expected-line-ending-format=LF
[MISCELLANEOUS]