Skip to content

Commit 5bddd24

Browse files
authored
chore: add vscode settings (#962)
1 parent bcee793 commit 5bddd24

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.vscode/settings.json

+7
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)