Presupuestador_web/.vscode/settings.json

20 lines
574 B
JSON
Raw Normal View History

2024-04-23 15:29:38 +00:00
{
"editor.codeActionsOnSave": {
"source.organizeImports": "explicit",
"source.fixAll.eslint": "explicit"
},
2024-05-21 16:48:40 +00:00
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
"editor.formatOnPaste": false,
"prettier.useEditorConfig": false,
"prettier.useTabs": false,
2024-05-26 17:09:43 +00:00
"prettier.configPath": ".prettierrc",
2024-06-06 11:05:54 +00:00
"asciidoc.antora.enableAntoraSupport": true,
// other vscode settings
2024-08-01 14:55:30 +00:00
"tailwindCSS.rootFontSize": 16,
"[handlebars]": {
"editor.defaultFormatter": "vscode.html-language-features"
} // <- your root font size here
2024-04-23 15:29:38 +00:00
}