chore: editor config

This commit is contained in:
Cory Dransfeldt 2023-05-23 09:54:10 -07:00
parent 401ed70d37
commit 147b2b2052
No known key found for this signature in database
5 changed files with 16 additions and 3 deletions

12
.editorconfig Normal file
View file

@ -0,0 +1,12 @@
root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
insert_final_newline = false
trim_trailing_whitespace = true
charset = utf-8
[*.js]
insert_final_newline = true