18 lines
477 B
JSON
18 lines
477 B
JSON
{
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll": true,
|
|
},
|
|
"editor.formatOnSave": true,
|
|
"editor.rulers": [
|
|
140
|
|
],
|
|
"html.format.indentHandlebars": true,
|
|
"html.format.maxPreserveNewLines": 1,
|
|
"html.format.wrapAttributes": "auto",
|
|
"html.format.wrapLineLength": 140,
|
|
"npm.packageManager": "yarn",
|
|
"tslint.packageManager": "yarn",
|
|
"typescript.preferences.importModuleSpecifier": "relative",
|
|
"typescript.updateImportsOnFileMove.enabled": "always",
|
|
}
|