Diff of /.editorconfig [000000] .. [38ba34]

Switch to side-by-side view

--- a
+++ b/.editorconfig
@@ -0,0 +1,9 @@
+root = true
+
+[*.py]
+indent_style = space
+indent_size = 4
+
+[*.any]
+indent_style = space
+indent_size = 2