misc: prettier formatting

This commit is contained in:
2026-01-04 12:17:59 -05:00
Unverified
parent 8fa923fcbc
commit ce13bf838b
4 changed files with 487 additions and 455 deletions

12
.editorconfig Normal file
View File

@@ -0,0 +1,12 @@
root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.{js,jsx,ts,tsx,json,css,scss,md}]
indent_size = 2