Skip to content

Commit

Permalink
configure vscode rust-analyzer to use clippy (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
tjjfvi authored Nov 5, 2024
1 parent 9e7f7d7 commit 2b20b69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"[yaml]": {
"editor.defaultFormatter": "dprint.dprint"
},
"rust-analyzer.check.command": "clippy",
"editor.formatOnSave": true,
"editor.tabSize": 2
}

0 comments on commit 2b20b69

Please sign in to comment.