Add .editorconfig for Python

This commit is contained in:
AnyOldName3
2018-09-27 21:42:11 +01:00
parent b1f0f80b4c
commit 79a1d8faab
+5
View File
@@ -0,0 +1,5 @@
root = true
[*.py]
indent_style = space
indent_size = 4