add simple .editorconfig

This commit is contained in:
Vas Crabb 2020-08-05 03:40:19 +10:00
parent 9d1d83a012
commit 72186b5804

12
.editorconfig Normal file
View file

@ -0,0 +1,12 @@
root = true
[*]
charset = utf-8
indent_size = 4
indent_style = tab
insert_final_newline = true
tab_width = 4
[*.py]
indent_style = space
tab_width = 8