infra/.vscode/settings.json
2024-03-08 12:51:04 +01:00

12 lines
No EOL
252 B
JSON

{
"nix.enableLanguageServer": true,
"nix.formatterPath": "alejandra",
"nix.serverPath": "nil",
"nix.serverSettings": {
"nil": {
"formatting": {
"command": ["alejandra"]
}
}
}
}