2025-02-23 20:51:58 -05:00
|
|
|
{
|
2025-02-24 18:09:35 -05:00
|
|
|
"angular-schematics.schematicsDefaultOptions": {
|
|
|
|
|
"angular-*": {
|
|
|
|
|
"style": "scss"
|
|
|
|
|
}
|
2025-02-23 20:51:58 -05:00
|
|
|
},
|
2025-02-24 18:09:35 -05:00
|
|
|
"[html]": {
|
|
|
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
|
|
|
|
"editor.codeActionsOnSave": {
|
|
|
|
|
"source.fixAll.eslint": "explicit"
|
|
|
|
|
},
|
|
|
|
|
"editor.formatOnSave": false
|
|
|
|
|
},
|
|
|
|
|
"[typescript]": {
|
|
|
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
|
|
|
|
"editor.codeActionsOnSave": {
|
|
|
|
|
"source.organizeImports": "explicit",
|
|
|
|
|
"source.fixAll.eslint": "explicit",
|
|
|
|
|
"source.fixAll.tslint": "explicit",
|
|
|
|
|
"source.fixAll.stylelint": "explicit"
|
|
|
|
|
},
|
|
|
|
|
"editor.formatOnSave": true
|
|
|
|
|
},
|
|
|
|
|
"editor.suggest.snippetsPreventQuickSuggestions": false,
|
|
|
|
|
"editor.inlineSuggest.enabled": true
|
2025-02-23 21:07:50 -05:00
|
|
|
}
|