CDRM-Project/cdrm-frontend/.prettierrc.json

10 lines
187 B
JSON
Raw Normal View History

2025-07-22 17:45:48 +07:00
{
"trailingComma": "es5",
"tabWidth": 4,
"semi": true,
"singleQuote": false,
"useTabs": false,
2025-07-24 11:43:01 +07:00
"printWidth": 100,
"plugins": ["prettier-plugin-tailwindcss"]
2025-07-22 17:45:48 +07:00
}