Skip to content

Commit

Permalink
Add .vscode settings
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertZ2011 committed Jan 9, 2025
1 parent a2026cd commit 45fa9f2
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"[markdown]": {
"editor.formatOnSave": false
},
"[toml]": {
"editor.formatOnSave": true
},
"[rust]": {
"editor.formatOnSave": true
},
"rust-analyzer.check.allTargets": false,
"rust-analyzer.cargo.target": "thumbv8m.main-none-eabihf",
"rust-analyzer.linkedProjects": [
"${workspaceFolder}/Cargo.toml"
],
"rust-analyzer.cargo.features": [
]
}

0 comments on commit 45fa9f2

Please sign in to comment.