[Lint] Update pylint to only allow LF line ending
This commit is contained in:
parent
1a62e00066
commit
9237c931b2
|
@ -234,7 +234,7 @@ indent-string=' '
|
||||||
indent-after-paren=4
|
indent-after-paren=4
|
||||||
|
|
||||||
# Expected format of line ending, e.g. empty (any line ending), LF or CRLF.
|
# Expected format of line ending, e.g. empty (any line ending), LF or CRLF.
|
||||||
expected-line-ending-format=
|
expected-line-ending-format=LF
|
||||||
|
|
||||||
|
|
||||||
[MISCELLANEOUS]
|
[MISCELLANEOUS]
|
||||||
|
|
Loading…
Reference in New Issue