Files
pasargad/.prettierrc.json
T

9 lines
151 B
JSON
Raw Normal View History

2025-05-31 13:17:46 +03:30
{
"semi": true,
"singleQuote": true,
"printWidth": 80,
"tabWidth": 2,
"plugins": ["prettier-plugin-tailwindcss"],
2025-05-31 13:17:46 +03:30
"trailingComma": "all"
}