flowflexure-microscope/.vscode/settings.json
2023-09-17 16:11:37 +02:00

17 lines
398 B
JSON

{
"alejandra.program": "alejandra",
"nix.serverPath": "nil",
"nix.enableLanguageServer": true,
"files.associations": {
"flake.lock": "json"
},
"[nix]": {
"editor.defaultFormatter": "kamadorueda.alejandra",
"editor.formatOnSave": true,
"editor.insertSpaces": true,
"editor.tabSize": 2,
"editor.codeLens": true
},
"openscad.launchPath": "openscad"
}