Skip to content

Commit

Permalink
chore: add editor config
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanfoxtyler committed Feb 17, 2025
1 parent 3568af4 commit 7b635f2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"recommendations": ["trunk.io"]
}
6 changes: 6 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"editor.formatOnSave": true,
"editor.defaultFormatter": "trunk.io",
"editor.trimAutoWhitespace": true,
"trunk.autoInit": false
}

0 comments on commit 7b635f2

Please sign in to comment.