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

11 lines
168 B
JSON
Raw Normal View History

2019-10-20 12:47:59 +00:00
{
"editor.formatOnSave": true,
"editor.rulers": [
100
],
"rust-analyzer.checkOnSave.overrideCommand": [
"make",
"check"
2020-03-10 22:40:04 +00:00
]
}