Add Editorconfig

This commit is contained in:
Tobias Fella 2020-04-28 14:20:40 +00:00
parent 9c506c5338
commit da32b248df
1 changed files with 10 additions and 0 deletions

10
.editorconfig Normal file
View File

@ -0,0 +1,10 @@
# top-most EditorConfig file
root = true
[*]
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 4
charset = utf-8
trim_trailing_whitespace = true