srx.astro.nix/.vscode/settings.json
2023-03-30 01:14:12 +02:00

12 lines
297 B
JSON

{
"alejandra.program": "alejandra",
"[nix]": {
"editor.defaultFormatter": "kamadorueda.alejandra",
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.insertSpaces": true,
"editor.tabSize": 2,
"editor.codeLens": true
},
}