Working on better thing

This commit is contained in:
Fabian Stamm
2023-07-02 15:51:49 +02:00
parent a9767da606
commit 8aa6d43483
35 changed files with 6591 additions and 1234 deletions

View File

@ -4,7 +4,7 @@ root = true
end_of_line = lf
insert_final_newline = true
[*.{js,json,yml,mjs}]
[*.{js,ts,json,yml,mjs,svelte}]
charset = utf-8
indent_style = space
indent_size = 3