rust-raspberrypi-OS-tutorials/02_runtime_init/.vscode/settings.json
2020-03-10 23:40:04 +01:00

14 lines
303 B
JSON

{
"editor.formatOnSave": true,
"editor.rulers": [
100
],
"rust-analyzer.cargoFeatures.features": [
"bsp_rpi3"
],
"rust-analyzer.cargo-watch.allTargets": false,
"rust-analyzer.cargo-watch.arguments": [
"--target=aarch64-unknown-none-softfloat"
]
}