tianji/.prettierrc.json

13 lines
255 B
JSON
Raw Normal View History

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