Files
blundercrunch/.prettierrc
Aditya Gupta aabb8986aa Initial commit
2026-06-29 19:29:19 +05:30

13 lines
237 B
Plaintext

{
"trailingComma": "all",
"semi": true,
"singleQuote": true,
"arrowParens": "avoid",
"printWidth": 120,
"bracketSameLine": true,
"htmlWhitespaceSensitivity": "strict",
"plugins": [
"prettier-plugin-tailwindcss"
]
}