24 lines
463 B
JSON
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"
|
|
}
|