Update .editorconfig
All checks were successful
Build Website / Build NPM Project (push) Successful in 16s
Build Website / Tag Version (push) Successful in 3s
Build Website / Build & Push Dockerfile (push) Successful in 39s

This commit is contained in:
Zakary Timson 2023-12-08 01:08:12 +00:00
parent af05356f5d
commit 244e883ddf

View File

@ -1,13 +1,16 @@
# Editor configuration, see https://editorconfig.org # Editor configuration, see https://editorconfig.org
root = true root = true
[*] [*]
charset = utf-8 charset = utf-8
indent_style = space indent_style = tab
indent_size = 4 indent_size = 4
insert_final_newline = true insert_final_newline = true
trim_trailing_whitespace = true trim_trailing_whitespace = true
[*.md] [*.ts]
max_line_length = off quote_type = single
trim_trailing_whitespace = false
[*.md]
max_line_length = off
trim_trailing_whitespace = false