add .editorconfig to help developers keeping consistent code format

pull/99/head
freewind 7 years ago
parent 469d428d29
commit 45251dea92
  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