chore: add .editorconfig

pull/4/head
Cameron Clough 2022-03-12 17:13:03 +00:00
parent 927cf5bf18
commit cc2c85e669
No known key found for this signature in database
GPG Key ID: BFB3B74B026ED43F
1 changed files with 15 additions and 0 deletions

15
.editorconfig 100644
View File

@ -0,0 +1,15 @@
# https://editorconfig.org
root = true
[*]
charset = utf-8
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true
[*.{js,json}]
indent_size = 2
indent_style = space
[*.md]
trim_trailing_whitespace = false