mirror of
https://github.com/renovatebot/renovate.git
synced 2025-03-15 08:34:54 +00:00
32 lines
793 B
JSON
32 lines
793 B
JSON
{
|
|
"[javascript]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
},
|
|
"[typescript]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
},
|
|
"[json]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
},
|
|
"[md]": {
|
|
"editor.wordBasedSuggestions": "off"
|
|
},
|
|
"files.associations": {
|
|
"Dockerfile.*": "dockerfile",
|
|
".releaserc": "json"
|
|
},
|
|
"omnisharp.autoStart": false,
|
|
"vitest.nodeEnv": {
|
|
"LOG_LEVEL": "trace",
|
|
"GIT_ALLOW_PROTOCOL": "file"
|
|
},
|
|
"npm.packageManager": "pnpm",
|
|
"editor.formatOnSave": true,
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.eslint": "explicit"
|
|
},
|
|
"yaml.customTags": [
|
|
"tag:yaml.org,2002:python/name:materialx.emoji.twemoji",
|
|
"tag:yaml.org,2002:python/name:materialx.emoji.to_svg"
|
|
]
|
|
}
|