wasp/web/.prettierrc
2023-11-16 17:15:18 +01:00

9 lines
153 B
Plaintext

{
"plugins": ["prettier-plugin-tailwindcss"],
"trailingComma": "es5",
"semi": false,
"singleQuote": true,
"endOfLine": "lf",
"tabWidth": 2
}