Skip to content

Commit

Permalink
vscode: add auto-formating, and clippy for lint
Browse files Browse the repository at this point in the history
  • Loading branch information
da2ce7 committed Nov 29, 2022
1 parent a5fcdeb commit 63f8b6f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"[rust]": {
"editor.formatOnSave": true
},
"rust-analyzer.checkOnSave.command": "clippy",
}

0 comments on commit 63f8b6f

Please sign in to comment.