Gradience/pylintrc

15 lines
356 B
INI
Raw Normal View History

2022-07-29 18:05:28 +00:00
[VARIABLES]
2022-07-29 14:34:44 +00:00
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=