mirror of
https://github.com/rust-embedded/rust-raspberrypi-OS-tutorials.git
synced 2024-11-03 15:40:21 +00:00
10 lines
158 B
JSON
10 lines
158 B
JSON
{
|
|
"editor.formatOnSave": true,
|
|
"rust.features": [
|
|
"bsp_rpi3"
|
|
],
|
|
"rust.all_targets": false,
|
|
"editor.rulers": [
|
|
100
|
|
],
|
|
} |