- Updated all path import
This commit is contained in:
Kum1ta
2024-08-24 23:53:11 +02:00
parent 13d94c2612
commit 59fc6a9ffb
4671 changed files with 792 additions and 1358248 deletions

View File

@ -0,0 +1,14 @@
# http://editorconfig.org
root = true
[*]
end_of_line = lf
insert_final_newline = true
[*.{js,ts,html}]
charset = utf-8
indent_style = tab
[*.{js,ts}]
trim_trailing_whitespace = true