Add .editorconfig (#151)
parent
5645ef5b62
commit
7baea06bca
|
|
@ -0,0 +1,8 @@
|
|||
root = true
|
||||
|
||||
[*.py]
|
||||
charset = utf-8
|
||||
indent_style = space
|
||||
indent_size = 4
|
||||
insert_final_newline = true
|
||||
end_of_line = lf
|
||||
Loading…
Reference in New Issue