Update editor config formatting options

Co-authored-by: Arran Hobson Sayers <ahobsonsayers@gmail.com>
This commit is contained in:
advplyr 2024-04-30 17:45:55 -05:00
parent 7929f3dc42
commit cb1ebd4a17
4 changed files with 39 additions and 1 deletions

8
.editorconfig Normal file
View file

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