Initial commit

This commit is contained in:
2023-03-23 00:47:07 +01:00
commit 329b222e67
10 changed files with 1216 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
root = true
[*.{js,json}]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true