mirror of
https://github.com/NexVeridian/wikidata-to-surrealdb.git
synced 2025-09-02 09:59:13 +00:00
23 lines
No EOL
499 B
JSON
23 lines
No EOL
499 B
JSON
{
|
|
"json.format.enable": false,
|
|
"[json]": {
|
|
"editor.wordWrap": "off",
|
|
"editor.formatOnSave": false,
|
|
"editor.formatOnPaste": false,
|
|
},
|
|
"[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"
|
|
],
|
|
} |