diff --git a/.vscode/settings.json b/.vscode/settings.json index 4022d6d..79f97da 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,4 +1,16 @@ { // Take from PATH, direnv - "rust-analyzer.server.path": "rust-analyzer" + "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 + }, } \ No newline at end of file