build(editor): added editor config

This commit is contained in:
Christopher Pickering 2022-05-17 14:43:33 -05:00
parent 160dfce6d7
commit 4906fbc525
No known key found for this signature in database
GPG key ID: E14DB3B0A0FACF84

9
.editorconfig Normal file
View file

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