editorconfig - added python defs
authorpavel <pavel@aaa>
Sat, 28 Mar 2015 00:59:16 +0000 (03:59 +0300)
committerpavel <pavel@aaa>
Sat, 28 Mar 2015 00:59:16 +0000 (03:59 +0300)
.editorconfig

index de5d5ce26f07fed56f775f066645a7646fa20c9d..74102affb79bee0c9acf137f663f8426bbaf520f 100644 (file)
@@ -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