Initial commit

This commit is contained in:
2024-01-18 20:17:30 -06:00
commit 32a30a9c01
16 changed files with 5596 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
root = true
[*]
charset = utf-8
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true
[*.md]
insert_final_newline = false
trim_trailing_whitespace = false
[*.{js,json,ts,mts,yml,yaml}]
indent_size = 2
indent_style = space