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

@ -3,11 +3,14 @@ root = true
[*]
charset = utf-8
indent_style = space
indent_style = tab
indent_size = 4
insert_final_newline = true
trim_trailing_whitespace = true
[*.ts]
quote_type = single
[*.md]
max_line_length = off
trim_trailing_whitespace = false