add editorconfig to make format consistent

pull/88/head
freewind 7 years ago
parent 8053c5a4f5
commit e2c2652863
  1. 10
      .editorconfig

@ -0,0 +1,10 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
[*.py]
indent_style = space
indent_size = 4
charset = utf-8
Loading…
Cancel
Save