nixide/.vscode/settings.json

16 lines
310 B
JSON
Raw Normal View History

{
// 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
},
}