replace editorconfig with prettierrc

This commit is contained in:
Sean Buckley 2023-08-11 13:44:55 -04:00
parent e5126334c8
commit 380e2b89f0
2 changed files with 1 additions and 5 deletions

View file

@ -1,5 +0,0 @@
root = true
[*.json]
indent_style = space
indent_size = 4

1
.prettierrc Normal file
View file

@ -0,0 +1 @@
{ "useTabs": true }