This commit is contained in:
Benjamin Palko 2025-03-08 10:05:35 -05:00
parent 6eb5998526
commit 8feb16b325
6 changed files with 122 additions and 10 deletions

14
.editorconfig Normal file
View file

@ -0,0 +1,14 @@
root = true
[*]
end_of_line = lf
insert_final_newline = false
[*.{js,ts}]
indent_style = tab
indent_size = 4
[{*.{yml,mjs,json}}]
indent_style = space
indent_size = 2