nix-hamburg.astro.nix/.vscode/settings.json

12 lines
297 B
JSON
Raw Permalink Normal View History

2023-04-07 16:32:36 +02:00
{
"alejandra.program": "alejandra",
"[nix]": {
"editor.defaultFormatter": "kamadorueda.alejandra",
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.insertSpaces": true,
"editor.tabSize": 2,
"editor.codeLens": true
},
}