mirror of
https://github.com/rust-embedded/rust-raspberrypi-OS-tutorials.git
synced 2024-11-11 07:10:59 +00:00
14 lines
303 B
JSON
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"
|
|
]
|
|
}
|