2024-08-26 15:24:13 +09:00
|
|
|
{
|
|
|
|
"bracketSameLine": false,
|
|
|
|
"bracketSpacing": true,
|
|
|
|
"endOfLine": "lf",
|
|
|
|
"jsxSingleQuote": false,
|
|
|
|
"printWidth": 120,
|
|
|
|
"proseWrap": "preserve",
|
|
|
|
"quoteProps": "as-needed",
|
|
|
|
"semi": true,
|
|
|
|
"singleAttributePerLine": true,
|
|
|
|
"singleQuote": true,
|
|
|
|
"tabWidth": 2,
|
|
|
|
"trailingComma": "es5",
|
2024-08-27 09:46:39 +09:00
|
|
|
"useTabs": false,
|
|
|
|
"plugins": ["prettier-plugin-tailwindcss"]
|
2024-08-26 15:24:13 +09:00
|
|
|
}
|