Added editorconfig

This commit is contained in:
Nichlas Severinsen 2020-08-03 20:04:12 +02:00
parent c3b90319eb
commit d669116cf0

15
.editorconfig Normal file
View file

@ -0,0 +1,15 @@
root = true
[*]
charset = utf-8
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true
[*.{yml,yaml}]
indent_style = space
indent_size = 2
[*.py]
indent_style = space
indent_size = 4