This commit is contained in:
2021-11-15 02:50:46 +03:00
parent 39704489b8
commit e4c0f96c74
8 changed files with 101 additions and 0 deletions

15
.editorconfig Normal file
View File

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