From: pavel Date: Sat, 28 Mar 2015 00:59:16 +0000 (+0300) Subject: editorconfig - added python defs X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=efc403ecdaf8905469f9daaaffe881a1e79e7d29;p=usb-relay-hid.git editorconfig - added python defs --- diff --git a/.editorconfig b/.editorconfig index de5d5ce..74102af 100644 --- a/.editorconfig +++ b/.editorconfig @@ -30,3 +30,10 @@ end_of_line = crlf end_of_line = crlf indent_style = space indent_size = 2 + +[*.py] +indent_style = space +indent_size = 4 +trim_trailing_whitespace = true +end_of_line = lf +charset = utf-8