Added Editorconfig for the project (#228)

This commit is contained in:
redtide 2021-05-27 21:07:40 +02:00 committed by Adam Harrison
parent 265501bb9e
commit 6e460a20ac
1 changed files with 8 additions and 0 deletions

8
.editorconfig Normal file
View File

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