mirror of
https://github.com/rust-embedded/rust-raspberrypi-OS-tutorials.git
synced 2024-11-17 21:25:52 +00:00
11 lines
168 B
JSON
11 lines
168 B
JSON
{
|
|
"editor.formatOnSave": true,
|
|
"editor.rulers": [
|
|
100
|
|
],
|
|
"rust-analyzer.checkOnSave.overrideCommand": [
|
|
"make",
|
|
"check"
|
|
]
|
|
}
|