Added a basic editorconfig

This commit is contained in:
Safo 2020-01-26 18:38:49 +02:00
parent 517d7e1e02
commit 105ed5f082

9
.editorconfig Normal file
View File

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