Files
qc2-reader/.vscode/settings.json
2026-03-09 08:54:30 -04:00

24 lines
463 B
JSON

{
"editor.formatOnSave": true,
"files.associations": {
"renovate.json": "jsonc",
".envrc.project": "dotenv",
".envrc": "dotenv"
},
// nix
"nix.enableLanguageServer": true,
"nix.serverPath": "nixd",
"[nix]": {
"editor.defaultFormatter": "jnoortheen.nix-ide"
},
// json
"json.schemaDownload.trustedDomains": {
"https://docs.renovatebot.com/": true
},
// actions
"editor.defaultFormatter": "esbenp.prettier-vscode"
}