tianji/.prettierrc.json

13 lines
255 B
JSON
Raw Normal View History

2023-08-31 21:17:57 +08:00
{
"printWidth": 80,
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": true,
"trailingComma": "es5",
"bracketSpacing": true,
"arrowParens": "always",
2024-03-23 00:45:21 +08:00
"jsxBracketSameLine": false,
"plugins": ["prettier-plugin-tailwindcss"]
2023-08-31 21:17:57 +08:00
}