Skip to content

Commit

Permalink
chore: update format config
Browse files Browse the repository at this point in the history
Co-authored-by: Braden Wiggins <[email protected]>
  • Loading branch information
ghostdevv and braebo committed Sep 17, 2024
1 parent 79311f0 commit 88ced63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package.json
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"editor.formatOnSave": true
},
"[json]": {
"editor.defaultFormatter": "vscode.json-language-features",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true
}
}

0 comments on commit 88ced63

Please sign in to comment.