mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-12 23:16:26 +00:00
26 lines
617 B
JSON
26 lines
617 B
JSON
{
|
|
"[javascript]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
},
|
|
"[typescript]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
},
|
|
"[json]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
},
|
|
"[md]": {
|
|
"editor.wordBasedSuggestions": false
|
|
},
|
|
"files.associations": {
|
|
"Dockerfile.*": "dockerfile",
|
|
".releaserc": "json"
|
|
},
|
|
"omnisharp.autoStart": false,
|
|
"jest.autoRun": "off",
|
|
"jest.jestCommandLine": "pnpm jest",
|
|
"npm.packageManager": "pnpm",
|
|
"editor.formatOnSave": true,
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.eslint": true
|
|
}
|
|
}
|