chore: Let the journey begin

This commit is contained in:
T. R. Bernstein
2025-02-25 00:09:21 +01:00
commit e2699e4916
10 changed files with 116 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