nixos-wsl/.vscode/settings.json
Sebastian Wendel 9f2899ff0c first commit
2024-09-09 22:08:49 +02:00

21 lines
525 B
JSON

{
"files.associations": {
"flake.lock": "json",
"*.hcl": "hcl",
},
"[nix]": {
"editor.defaultFormatter": "brettm12345.nixfmt-vscode",
"editor.formatOnSave": true,
"editor.insertSpaces": true,
"editor.tabSize": 2,
"editor.codeLens": true,
"emmet.triggerExpansionOnTab": true,
"editor.quickSuggestions": {
"comments": "on",
"strings": "on"
}
},
"nix.serverPath": "nil",
"nix.enableLanguageServer": true
}