🧹 chore: Remove unused editor config, make prettier config explicit

This commit is contained in:
Nathan Smith 2024-02-18 23:54:50 -05:00
parent 9a22df6eff
commit ab0e98059c
2 changed files with 5 additions and 11 deletions

View file

@ -1,10 +0,0 @@
# top-most EditorConfig file
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = tab
indent_size = 4
tab_width = 4

View file

@ -1,4 +1,8 @@
{
"printWidth": 120,
"tabWidth": 2
"tabWidth": 2,
"useTabs": true,
"singleQuote": false,
"semi": true,
"trailingComma": "all"
}