Skip to content

Commit

Permalink
Add some fix in vscode setting
Browse files Browse the repository at this point in the history
  • Loading branch information
EVaillant committed Feb 28, 2024
1 parent 3e85eb7 commit 8fe5909
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"rust-analyzer.checkOnSave.command": "clippy",
"rust-analyzer.check.command": "clippy",
"rust-analyzer.checkOnSave": true,
"[rust]": {
"editor.defaultFormatter": "rust-lang.rust-analyzer",
"editor.formatOnSave": true
}
}
}

0 comments on commit 8fe5909

Please sign in to comment.