Skip to content

Commit

Permalink
Update VS Code settings (#541)
Browse files Browse the repository at this point in the history
Existing settings' keys have been renamed
  • Loading branch information
max-sixty authored Aug 1, 2024
1 parent 223cb47 commit b068392
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"editor.formatOnSave": true,
"rust-analyzer.checkOnSave.allFeatures": true,
"rust-analyzer.cargo.allFeatures": true,
"files.trimTrailingWhitespace": true,
"files.insertFinalNewline": true,
"rust-analyzer.checkOnSave.command": "clippy",
"editor.formatOnSave": true,
"files.insertFinalNewline": true,
"files.trimTrailingWhitespace": true,
"rust-analyzer.cargo.features": "all",
"rust-analyzer.check.command": "clippy"
}

0 comments on commit b068392

Please sign in to comment.