replace prettierrc with editorconfig

This commit is contained in:
Sean Buckley 2023-10-09 00:00:34 -04:00
parent 47fecb968a
commit 4ba2624508
2 changed files with 10 additions and 1 deletions

10
.editorconfig Normal file
View file

@ -0,0 +1,10 @@
[*.{nix,yaml}]
indent_style = space
indent_size = 2
[*.py]
indent_style = space
indent_size = 4
[*.{json,lua}]
indent_style = tab

View file

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