diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 000000000..6601a5c23 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,7 @@ +# EditorConfig is awesome: http://EditorConfig.org + +root = true + +[*.py] +indent_style = space +indent_size = 4