Added .editorconfig according to PEP8

This commit is contained in:
KOLANICH 2019-03-09 06:08:34 +00:00 committed by GitHub
parent 81a24950fa
commit cb2dff804b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

7
.editorconfig Normal file
View file

@ -0,0 +1,7 @@
root = true
[*]
charset = utf-8
indent_style = space
indent_size = 4
insert_final_newline = true