mirror of
https://github.com/rust-embedded/rust-raspberrypi-OS-tutorials.git
synced 2024-11-15 18:14:02 +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
|
||
|
],
|
||
|
}
|