diff --git a/editorconfig/editorconfig b/editorconfig/editorconfig new file mode 100644 index 0000000..8446648 --- /dev/null +++ b/editorconfig/editorconfig @@ -0,0 +1,10 @@ +root = true + +[*] +end_of_line = lf +indent_style = space +indent_size = 2 + +[*.py] +indent_style = space +indent_size = 4