Editorconfig

This commit is contained in:
Martin Mahner 2019-12-07 09:37:24 +01:00
parent da13a8ce63
commit 27ff3fb89e
1 changed files with 20 additions and 0 deletions

20
.editorconfig Normal file
View File

@ -0,0 +1,20 @@
# http://editorconfig.org
root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[Makefile]
indent_style = tab
indent_size = 8
[*.py]
indent_size = 4
[*.rst]
indent_size = 4