Uecko_ERP/.vscode/settings.json

19 lines
527 B
JSON
Raw Normal View History

2025-01-29 19:02:59 +00:00
{
2025-02-03 13:12:36 +00:00
"editor.codeActionsOnSave": {
"source.organizeImports": "explicit",
"source.fixAll.eslint": "explicit"
},
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
"editor.formatOnPaste": false,
"prettier.useEditorConfig": false,
"prettier.useTabs": false,
"prettier.configPath": ".prettierrc",
// other vscode settings
"tailwindCSS.rootFontSize": 16,
"[handlebars]": {
"editor.defaultFormatter": "vscode.html-language-features"
} // <- your root font size here
}