Files
TauriSolidjsTools/.prettierrc
zhilv fde23217a6 chore: 🤖 add Prettier configuration
新增 Prettier 配置, 统一代码规范
2025-11-21 19:22:50 +08:00

19 lines
429 B
Plaintext

{
"plugins": ["prettier-plugin-tailwindcss"],
"printWidth": 80,
"tabWidth": 2,
"useTabs": true,
"semi": true,
"singleQuote": true,
"quoteProps": "as-needed",
"jsxSingleQuote": false,
"trailingComma": "es5",
"bracketSpacing": true,
"bracketSameLine": false,
"arrowParens": "always",
"proseWrap": "preserve",
"htmlWhitespaceSensitivity": "css",
"vueIndentScriptAndStyle": false,
"endOfLine": "lf"
}