Skip to content

Commit 63f8b6f

Browse files
committed
vscode: add auto-formating, and clippy for lint
1 parent a5fcdeb commit 63f8b6f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.vscode/settings.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"[rust]": {
3+
"editor.formatOnSave": true
4+
},
5+
"rust-analyzer.checkOnSave.command": "clippy",
6+
}

0 commit comments

Comments
 (0)