mirror of
https://github.com/NexVeridian/ark-invest-api-rust.git
synced 2025-09-02 01:49:11 +00:00
17 lines
No EOL
359 B
JSON
17 lines
No EOL
359 B
JSON
{
|
|
"[Rust]": {
|
|
"editor.defaultFormatter": "rust-lang.rust-analyzer",
|
|
"editor.formatOnSave": true,
|
|
"editor.formatOnSaveMode": "file"
|
|
},
|
|
"rust-analyzer.check.command": "clippy",
|
|
"rust-analyzer.cargo.buildScripts.overrideCommand": [
|
|
"cargo",
|
|
"clippy",
|
|
"--fix",
|
|
"--workspace",
|
|
"--message-format=json",
|
|
"--all-targets",
|
|
"--allow-dirty"
|
|
],
|
|
} |