Skip to content

Commit

Permalink
Add formatting settings to VS Code settings.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Timothy Miller committed Nov 13, 2023
1 parent 50090c1 commit 46fa379
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,10 @@
},
"[json]": {
"editor.defaultFormatter": "biomejs.biome"
}
},
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.formatOnType": true
// Turn this on if you want to debug the T4 App Tools Extension
// "terminal.integrated.defaultProfile.windows": null
}

1 comment on commit 46fa379

@BrycensRanch
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

where's the intellij formatting settings huh

Please sign in to comment.