Skip to content

Commit

Permalink
never fix ts on save
Browse files Browse the repository at this point in the history
  • Loading branch information
kirkwaiblinger committed Jan 1, 2025
1 parent 56a0825 commit 608d8ab
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .vscode/settings.template.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@
// user's settings.json so take precedence.
"[typescript][typescriptreact][javascript][javascriptreact][json][jsonc][yaml][github-actions-workflow]": {
"editor.defaultFormatter": "dprint.dprint",
"editor.formatOnSave": true
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll.ts": "never"
}
},

// To ignore commits listed in .git-blame-ignore-revs in GitLens:
Expand Down

0 comments on commit 608d8ab

Please sign in to comment.