Files
honghe-acfic-chat/.prettierrc
2025-08-31 01:54:40 +08:00

14 lines
259 B
Plaintext

{
"arrowParens": "always",
"semi": false,
"tabWidth": 2,
"printWidth": 80,
"singleQuote": true,
"jsxSingleQuote": true,
"trailingComma": "es5",
"bracketSpacing": true,
"endOfLine": "lf",
"plugins": [
"prettier-plugin-tailwindcss"
]
}