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

8 lines
240 B
JSON
Raw Normal View History

2019-10-08 19:50:48 +00:00
{
2020-09-25 19:24:56 +00:00
"editor.formatOnSave": true,
"editor.rulers": [100],
"rust-analyzer.checkOnSave.overrideCommand": ["make", "check"],
"rust-analyzer.cargo.target": "aarch64-unknown-none-softfloat",
"rust-analyzer.cargo.features": ["bsp_rpi3"]
2020-03-10 22:40:04 +00:00
}