From efc403ecdaf8905469f9daaaffe881a1e79e7d29 Mon Sep 17 00:00:00 2001 From: pavel Date: Sat, 28 Mar 2015 03:59:16 +0300 Subject: [PATCH] editorconfig - added python defs --- .editorconfig | 7 +++++++ 1 file changed, 7 insertions(+) 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 -- 2.25.1