Gradience/pylintrc
0xMRTT f4c633d94a
feat: improve pylint style
Signed-off-by: 0xMRTT <0xMRTT@tuta.io>
2022-08-31 09:31:59 +02:00

15 lines
356 B
INI

[VARIABLES]
additional-builtins=_
[FORMAT]
# String used as indentation unit. This is usually " " (4 spaces) or "\t" (1
# tab).
indent-string=' '
# Number of spaces of indent required inside a hanging or continued line.
indent-after-paren=4
# Expected format of line ending, e.g. empty (any line ending), LF or CRLF.
expected-line-ending-format=