You've already forked lint-policy
20 lines
344 B
JSON
20 lines
344 B
JSON
{
|
|
"lsp": {
|
|
"rust-analyzer": {
|
|
"initialization_options": {
|
|
"imports": {
|
|
"granularity": { "enforce": true, "group": "module" },
|
|
"group": { "enable": true },
|
|
"merge": { "glob": false },
|
|
"preferNoStd": true,
|
|
},
|
|
"server": {
|
|
"extraEnv": {
|
|
"RUSTUP_TOOLCHAIN": "stable",
|
|
},
|
|
},
|
|
},
|
|
},
|
|
},
|
|
}
|