Skip to content

Commit

Permalink
Update code-quality/ide-integration/vscode.md
Browse files Browse the repository at this point in the history
Co-authored-by: Vincent (Wen Yu) Ge <[email protected]>
  • Loading branch information
amkisko and gewenyu99 authored Dec 4, 2024
1 parent 428faee commit f5e060f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code-quality/ide-integration/vscode.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ or click on the notification to "Share trunk config", which will commit `.trunk/
You can use Trunk as your default formatter in VSCode if you have Trunk configured for the project.

You can set `trunk.io` as the default formatter for just one language as in the example, or as a default for all languages.
In your settings json via:

In your `settings.json` like this:
```json
"[markdown]": {
"editor.defaultFormatter": "trunk.io"
Expand Down

0 comments on commit f5e060f

Please sign in to comment.