rust-raspberrypi-OS-tutorials/05_safe_globals/.vscode/settings.json

14 lines
303 B
JSON
Raw Normal View History

2019-10-08 19:50:48 +00:00
{
2019-10-10 17:44:28 +00:00
"editor.formatOnSave": true,
2019-10-17 19:49:15 +00:00
"editor.rulers": [
100
],
2020-03-10 22:40:04 +00:00
"rust-analyzer.cargoFeatures.features": [
"bsp_rpi3"
],
"rust-analyzer.cargo-watch.allTargets": false,
"rust-analyzer.cargo-watch.arguments": [
"--target=aarch64-unknown-none-softfloat"
]
}