rust-raspberrypi-OS-tutorials/07_uart_chainloader/.vscode/settings.json

10 lines
158 B
JSON
Raw Normal View History

2019-10-17 07:33:42 +00:00
{
"editor.formatOnSave": true,
2019-10-17 19:49:15 +00:00
"rust.features": [
"bsp_rpi3"
],
2019-10-17 07:33:42 +00:00
"rust.all_targets": false,
2019-10-17 19:49:15 +00:00
"editor.rulers": [
100
],
}