editorconfig - added python defs
[usb-relay-hid.git] / .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