Skip to content

Commit

Permalink
Order entries in .vscode/settings.json alphabetically
Browse files Browse the repository at this point in the history
  • Loading branch information
Xanewok committed Oct 31, 2023
1 parent 1313899 commit f1c9bfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"**/generated/**": true
},
"rust-analyzer.check.allTargets": true,
"rust-analyzer.check.features": "all",
"rust-analyzer.server.path": "${workspaceFolder}/bin/rust-analyzer",
"rust-analyzer.check.command": "clippy",
"rust-analyzer.check.features": "all",
"rust-analyzer.checkOnSave": true,
"rust-analyzer.server.path": "${workspaceFolder}/bin/rust-analyzer",
"search.exclude": {
// Packages and Dependencies
"**/.hermit/": true,
Expand Down

0 comments on commit f1c9bfb

Please sign in to comment.