Skip to content

Commit

Permalink
chore: configure VS Code to format using dprint
Browse files Browse the repository at this point in the history
  • Loading branch information
danielattilasimon committed Apr 10, 2024
1 parent b322ae4 commit 356a5ae
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"recommendations": [
"dprint.dprint"
]
}
4 changes: 4 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"editor.defaultFormatter": "dprint.dprint",
"dprint.path": "node_modules/.bin/dprint"
}

0 comments on commit 356a5ae

Please sign in to comment.