12 lines
211 B
Plaintext
12 lines
211 B
Plaintext
{
|
|
"singleQuote": true,
|
|
"useTabs": true,
|
|
"tabWidth": 2,
|
|
"semi": true,
|
|
"bracketSameLine": false,
|
|
"arrowParens": "avoid",
|
|
"endOfLine": "lf",
|
|
"printWidth": 140,
|
|
"plugins": ["prettier-plugin-tailwindcss"]
|
|
}
|