add editorconfig

This commit is contained in:
2020-11-07 19:55:36 +01:00
parent 45744e30d8
commit 938742ddf5

8
.editorconfig Normal file
View File

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