Initiate repository

This commit is contained in:
2023-09-06 16:34:21 -05:00
parent f2d4e523a3
commit c5233b7088
19 changed files with 81 additions and 3431 deletions

View File

@@ -3,5 +3,13 @@ root = true
[*]
end_of_line = lf
insert_final_newline = true
indent_size = 2
trim_trailing_whitespace = true
charset = utf-8
[*.js]
indent_style = space
indent_size = 2
[{package.json,*.yml,*.cjson}]
indent_style = space
indent_size = 2