set editor to format documents on save

This commit is contained in:
Sebastian Wendel 2024-02-18 12:44:38 +01:00
parent 6add77eba0
commit 88f20d462b

View file

@ -1,7 +1,6 @@
{ {
"alejandra.program": "alejandra", "editor.linkedEditing": true,
"nix.serverPath": "nil", "editor.formatOnSave": true,
"nix.enableLanguageServer": true,
"files.associations": { "files.associations": {
"flake.lock": "json" "flake.lock": "json"
}, },
@ -18,5 +17,7 @@
"editor.tabSize": 2, "editor.tabSize": 2,
"editor.codeLens": true "editor.codeLens": true
}, },
"editor.linkedEditing": true, "alejandra.program": "alejandra",
"nix.serverPath": "nil",
"nix.enableLanguageServer": true
} }