rust-raspberrypi-OS-tutorials/06_drivers_gpio_uart/.vscode/settings.json

10 lines
158 B
JSON
Raw Normal View History

2019-10-08 20:13:25 +00:00
{
2019-10-10 17:44:28 +00:00
"editor.formatOnSave": true,
2019-10-17 19:49:15 +00:00
"rust.features": [
"bsp_rpi3"
],
2019-10-08 20:13:25 +00:00
"rust.all_targets": false,
2019-10-17 19:49:15 +00:00
"editor.rulers": [
100
],
}