rust-raspberrypi-OS-tutorials/02_runtime_init/.vscode/settings.json
2019-10-27 23:12:19 +01:00

10 lines
158 B
JSON

{
"editor.formatOnSave": true,
"rust.features": [
"bsp_rpi3"
],
"rust.all_targets": false,
"editor.rulers": [
100
],
}