Merge pull request #711 from KOLANICH/add-editorconfig

Added .editorconfig according to PEP8
This commit is contained in:
Yuri Bochkarev 2019-03-16 10:18:34 +03:00 committed by GitHub
commit 9b434bcf3c
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