mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-19 19:14:55 +00:00
[Lint] Update pylint to only allow LF line ending
This commit is contained in:
parent
1a62e00066
commit
9237c931b2
1 changed files with 1 additions and 1 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Reference in a new issue