demo-ui/.prettierrc

12 lines
244 B
Plaintext
Raw Normal View History

2025-02-21 09:14:45 +08:00
{
"useTabs": false,
"tabWidth": 2,
"printWidth": 100,
"singleQuote": true,
"trailingComma": "none",
"bracketSpacing": true,
"semi": false,
"plugins": ["prettier-plugin-tailwindcss"],
"tailwindConfig": "./tailwind.config.js"
}