Added Editorconfig for the project (#228)

This commit is contained in:
redtide 2021-05-27 21:07:40 +02:00 committed by GitHub
parent 476404c21a
commit bd29383a07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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