We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcee793 commit 5bddd24Copy full SHA for 5bddd24
.vscode/settings.json
@@ -0,0 +1,7 @@
1
+{
2
+ "rust-analyzer.check.command": "clippy",
3
+ "editor.insertSpaces": true,
4
+ "editor.tabSize": 2,
5
+ "files.insertFinalNewline": true,
6
+ "files.trimTrailingWhitespace": true,
7
+}
0 commit comments