Add basic configuration for tools: editorconfig, gitignore.

master
LEdoian 2 years ago
parent b6a4f72710
commit 0125cb9f8f

@ -0,0 +1,8 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
indent_style = tab
indent_size = 4
charset = utf-8

1
.gitignore vendored

@ -0,0 +1 @@
__pycache__/
Loading…
Cancel
Save