infra/.vscode/settings.json

12 lines
252 B
JSON
Raw Normal View History

2024-03-03 00:24:08 +01:00
{
2024-03-08 12:51:04 +01:00
"nix.enableLanguageServer": true,
"nix.formatterPath": "alejandra",
"nix.serverPath": "nil",
"nix.serverSettings": {
"nil": {
"formatting": {
"command": ["alejandra"]
}
}
}
2024-03-03 00:24:08 +01:00
}