add .editorconfig

This commit is contained in:
Xkeeper 2020-10-25 22:04:59 -07:00
parent ffbe1127a6
commit f4458a5cc6
No known key found for this signature in database
GPG Key ID: 397C04773ABE4045

8
.editorconfig Normal file
View File

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