Skip to content

Commit

Permalink
Updates VS Code settings
Browse files Browse the repository at this point in the history
  • Loading branch information
ultimaweapon committed Nov 3, 2024
1 parent a786000 commit 32bf2a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
"files.trimTrailingWhitespace": true,
"rust-analyzer.imports.granularity.enforce": true,
"rust-analyzer.imports.granularity.group": "module",
"rust-analyzer.imports.group.enable": false
"rust-analyzer.imports.group.enable": false,
"rust-analyzer.imports.prefix": "self"
}

0 comments on commit 32bf2a2

Please sign in to comment.