Add .editorconfig

This commit is contained in:
dgelessus 2019-08-25 22:25:13 +02:00
parent efd3848146
commit 7253c53d67
1 changed files with 10 additions and 0 deletions

10
.editorconfig Normal file
View File

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