chore: add editor config

This commit is contained in:
Ryan Fox-Tyler
2025-02-17 15:00:05 -05:00
parent aae649d379
commit 57da589029
2 changed files with 9 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
{
"recommendations": ["trunk.io"]
}
+6
View File
@@ -0,0 +1,6 @@
{
"editor.formatOnSave": true,
"editor.defaultFormatter": "trunk.io",
"editor.trimAutoWhitespace": true,
"trunk.autoInit": false
}