init commit

This commit is contained in:
2024-01-29 19:22:39 -05:00
commit 1c75b72b82
23 changed files with 1405 additions and 0 deletions

17
.editorconfig Normal file
View File

@@ -0,0 +1,17 @@
root = true
[*]
charset = utf-8
end_of_line = crlf
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[*.css]
indent_size = 2
[*.{js,ts,json}]
indent_size = 2
[*.html]
indent_size = 2