18 lines
332 B
JSON
18 lines
332 B
JSON
{
|
|
"languages": {
|
|
"Rust": {
|
|
"format_on_save": "on",
|
|
"formatter": "language_server"
|
|
}
|
|
},
|
|
"lsp": {
|
|
"rust-analyzer": {
|
|
"initialization_options": {
|
|
"check": {
|
|
"command": "clippy"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|