mirror of
https://github.com/rust-embedded/rust-raspberrypi-OS-tutorials.git
synced 2024-11-11 07:10:59 +00:00
52b7ac9b2f
* fix ci/cd error * update copyright year * Modify remaining years * solve ci report settings.json code style * update .prettierrc.json * prettierrc fix code style * fix rb file i.to_s and code style * fix error Line is too long. [101/100] * Modify the Ruby file format and restore other file formats * update makefile and readme file space
11 lines
364 B
JSON
11 lines
364 B
JSON
{
|
|
"editor.formatOnSave": true,
|
|
"editor.rulers": [100],
|
|
"rust-analyzer.cargo.target": "aarch64-unknown-none-softfloat",
|
|
"rust-analyzer.cargo.features": ["bsp_rpi3"],
|
|
"rust-analyzer.checkOnSave.allTargets": false,
|
|
"rust-analyzer.checkOnSave.extraArgs": ["--bins"],
|
|
"rust-analyzer.lens.debug": false,
|
|
"rust-analyzer.lens.run": false
|
|
}
|