Added editorconfig

This commit is contained in:
Dustin Utecht
2020-08-10 18:07:14 +02:00
parent 1815116382
commit 7cb01c4dcd

9
.editorconfig Normal file
View File

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