Files
warren/frontend/.prettierrc
2025-07-16 10:18:57 +02:00

9 lines
163 B
Plaintext

{
"useTabs": false,
"tabWidth": 4,
"trailingComma": "es5",
"semi": true,
"singleQuote": true,
"plugins": ["prettier-plugin-tailwindcss"]
}