Skip to content

Commit ce5b68b

Browse files
committed
chore: Add rustfmt override command for vscode
1 parent 6411920 commit ce5b68b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.vscode/settings.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
{
2-
"rust-analyzer.cargo.features": "all"
2+
"rust-analyzer.cargo.features": "all",
3+
"rust-analyzer.rustfmt.overrideCommand": [
4+
"rustfmt",
5+
"+nightly-2025-01-15",
6+
"--"
7+
],
38
}

0 commit comments

Comments
 (0)