Skip to content

Commit

Permalink
chore: vscode: format on save
Browse files Browse the repository at this point in the history
  • Loading branch information
steinerkelvin committed Dec 6, 2024
1 parent fce0186 commit f6bbba0
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"rust-analyzer.cargo.extraEnv": {"SKIP_WASM_BUILD": "1"},
"rust-analyzer.check.extraEnv": {"SKIP_WASM_BUILD": "1"}
}
// Editor
"editor.formatOnSave": true,
// Rust
"rust-analyzer.cargo.extraEnv": { "SKIP_WASM_BUILD": "1" },
"rust-analyzer.check.extraEnv": { "SKIP_WASM_BUILD": "1" }
}

0 comments on commit f6bbba0

Please sign in to comment.