Skip to content

Commit 32bf2a2

Browse files
committed
Updates VS Code settings
1 parent a786000 commit 32bf2a2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@
77
"files.trimTrailingWhitespace": true,
88
"rust-analyzer.imports.granularity.enforce": true,
99
"rust-analyzer.imports.granularity.group": "module",
10-
"rust-analyzer.imports.group.enable": false
10+
"rust-analyzer.imports.group.enable": false,
11+
"rust-analyzer.imports.prefix": "self"
1112
}

0 commit comments

Comments
 (0)