Add basic configuration for tools: editorconfig, gitignore.
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
|
@ -0,0 +1 @@
|
||||
__pycache__/
|
Loading…
Reference in New Issue