Skip to content

Commit

Permalink
chore: set Prettier as default formatter for JSON and JSONC files
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulyadav-57 committed Jun 27, 2024
1 parent 8621f35 commit da2315b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@
"[scss]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[jsonc]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
// "prettier.singleQuote": true,
"prettier.tabWidth": 2,
"prettier.useTabs": true,
Expand Down

0 comments on commit da2315b

Please sign in to comment.