13 lines
260 B
Plaintext
13 lines
260 B
Plaintext
{
|
|
"plugins": ["prettier-plugin-tailwindcss"],
|
|
"trailingComma": "es5",
|
|
"printWidth": 100,
|
|
"proseWrap": "always",
|
|
"tabWidth": 2,
|
|
"semi": true,
|
|
"singleQuote": true,
|
|
"arrowParens": "avoid",
|
|
"singleAttributePerLine": true,
|
|
"endOfLine": "auto"
|
|
}
|