12 lines
248 B
JSON
12 lines
248 B
JSON
{
|
|
"useTabs": false,
|
|
"tabWidth": 2,
|
|
"singleQuote": true,
|
|
"trailingComma": "all",
|
|
"printWidth": 120,
|
|
"semi": false,
|
|
"plugins": ["prettier-plugin-tailwindcss"],
|
|
"htmlWhitespaceSensitivity": "ignore",
|
|
"singleAttributePerLine": true
|
|
}
|