summaryrefslogtreecommitdiff
path: root/.vscode/settings.json
blob: 1e1c62d4438149fc6e94bc212ec7400706eac71d (plain)
1
2
3
4
5
{
  "editor.formatOnSave": true,
  "rust-analyzer.cargo.target": "thumbv7em-none-eabihf",
  "rust-analyzer.checkOnSave.allTargets": false
}