17 lines
364 B
Plaintext
17 lines
364 B
Plaintext
{
|
|
"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",
|
|
"useTabs": false,
|
|
"plugins": ["prettier-plugin-tailwindcss"]
|
|
}
|