e19f7d9a76
This add a library for Analog ADIN1110 SPE SPI chip. This library is inspired by `embassy-net-w5500`.
8 lines
225 B
JSON
8 lines
225 B
JSON
{
|
|
"rust-analyzer.check.command": "clippy",
|
|
"rust-analyzer.showUnlinkedFileNotification": false,
|
|
"[rust]": {
|
|
"editor.defaultFormatter": "rust-lang.rust-analyzer",
|
|
"editor.formatOnSave": true
|
|
}
|
|
} |