add .editorconfig

This commit is contained in:
Sirz Benjie 2025-02-02 20:47:31 -06:00
parent 3f71f79d7b
commit 4410312202
No known key found for this signature in database
GPG Key ID: D4BFA840253CD6D7

12
.editorconfig Normal file
View File

@ -0,0 +1,12 @@
# EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig file
root = true
[*.ts]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = false