Files
utils/.editorconfig
ztimson 057528b0c5
All checks were successful
Build / Build NPM Project (push) Successful in 1m17s
Build / Publish Docs (push) Successful in 1m16s
Build / Tag Version (push) Successful in 28s
Fixed doc build step
2025-10-20 16:16:55 -04:00

19 lines
289 B
INI

root = true
[*]
charset = utf-8
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
[*.{yaml,yml}]
indent_style = space
indent_size = 2