mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-12 15:06:27 +00:00
24 lines
601 B
JSON
24 lines
601 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": "yarn jest",
|
|
"npm.packageManager": "yarn",
|
|
"prettier.prettierPath": "./node_modules/prettier",
|
|
"editor.formatOnSave": true
|
|
}
|