Skip to content

Commit

Permalink
Fix wrong formatter doc on vscode
Browse files Browse the repository at this point in the history
  • Loading branch information
klmp200 committed Oct 12, 2024
1 parent f07a855 commit 768e286
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorial/devtools.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,8 @@ que sont VsCode et Sublime Text.

```json
{
"editor.defaultFormatter": "<other formatter>",
"[javascript]": {
"editor.formatOnSave": true,
"editor.defaultFormatter": "biomejs.biome"
}
}
Expand Down

0 comments on commit 768e286

Please sign in to comment.