rust-raspberrypi-OS-tutorials/03_hacky_hello_world/.vscode/settings.json
2020-04-15 23:00:21 +02:00

11 lines
168 B
JSON

{
"editor.formatOnSave": true,
"editor.rulers": [
100
],
"rust-analyzer.checkOnSave.overrideCommand": [
"make",
"check"
]
}