From f4c633d94a42c078cb41720ff685c3797f016241 Mon Sep 17 00:00:00 2001 From: 0xMRTT <0xMRTT@tuta.io> Date: Wed, 31 Aug 2022 09:31:59 +0200 Subject: [PATCH] feat: improve pylint style Signed-off-by: 0xMRTT <0xMRTT@tuta.io> --- pylintrc | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/pylintrc b/pylintrc index 4f807d64..44435c91 100644 --- a/pylintrc +++ b/pylintrc @@ -1,2 +1,14 @@ [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=