style: set line ending in pylint

This commit is contained in:
Ming Di Leom 2023-01-27 21:31:41 +00:00
parent 5bd008d113
commit 610ea33053
No known key found for this signature in database
GPG Key ID: 32D3E28E96A695E8
1 changed files with 1 additions and 0 deletions

View File

@ -29,3 +29,4 @@ disable = [
[tool.pylint.'FORMAT']
indent-after-paren = 4
indent-string = " "
expected-line-ending-format="LF"