rust-raspberrypi-OS-tutorials/08_timestamps/.vscode/settings.json

10 lines
158 B
JSON
Raw Normal View History

2019-10-20 12:47:59 +00:00
{
"editor.formatOnSave": true,
"rust.features": [
"bsp_rpi3"
],
"rust.all_targets": false,
"editor.rulers": [
100
],
}