style: set line ending in pylint
This commit is contained in:
parent
5bd008d113
commit
610ea33053
|
@ -29,3 +29,4 @@ disable = [
|
|||
[tool.pylint.'FORMAT']
|
||||
indent-after-paren = 4
|
||||
indent-string = " "
|
||||
expected-line-ending-format="LF"
|
||||
|
|
Loading…
Reference in New Issue