chore: Let the journey begin

This commit is contained in:
T. R. Bernstein
2025-02-24 20:50:41 +01:00
commit 9cf39b1590
8 changed files with 105 additions and 0 deletions

18
.editorconfig Normal file
View File

@@ -0,0 +1,18 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
[*.{js,ts,json}]
indent_style = tab
trim_trailing_whitespace = true
tab_width = 4
[*.json]
tab_width = 2
[*.{yml,yaml}]
indent_style = space
indent_size = 2