16 lines
No EOL
310 B
JSON
16 lines
No EOL
310 B
JSON
{
|
|
// Take from PATH, direnv
|
|
"rust-analyzer.server.path": "rust-analyzer",
|
|
|
|
"[nix]": {
|
|
"editor.tabSize": 2,
|
|
"editor.insertSpaces": true,
|
|
"editor.detectIndentation": false
|
|
},
|
|
|
|
"[rust]": {
|
|
"editor.tabSize": 4,
|
|
"editor.insertSpaces": true,
|
|
"editor.detectIndentation": false
|
|
},
|
|
} |