add editorconfig

This commit is contained in:
Yuri Tatishchev 2025-04-10 18:07:44 -07:00
parent 06a7f1bd51
commit 57c6ab0475
Signed by: CaZzzer
GPG Key ID: 28BE602058C08557
2 changed files with 10 additions and 3 deletions

10
.editorconfig Normal file
View File

@ -0,0 +1,10 @@
[*]
charset = utf-8
insert_final_newline = true
end_of_line = lf
indent_style = tab
indent_size = 2
max_line_length = 100
quote_type = single
trim_trailing_whitespace = true

View File

@ -1,7 +1,4 @@
{
"useTabs": true,
"singleQuote": true,
"printWidth": 100,
"plugins": ["prettier-plugin-svelte", "prettier-plugin-tailwindcss"],
"overrides": [
{