This commit is contained in:
2022-07-28 23:57:59 +03:00
parent 1e6a90750d
commit 3e036598a2
7 changed files with 2118 additions and 0 deletions

21
.editorconfig Normal file
View File

@@ -0,0 +1,21 @@
root = true
[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[{*.html,*.css,*.json}]
indent_style = tab
indent_size = 4
[*.js]
indent_style = space
indent_size = 2
[package.json]
indent_style = space
indent_size = 2