14 lines
392 B
Plaintext
14 lines
392 B
Plaintext
{
|
|
"bracketSameLine": true,
|
|
"endOfLine": "lf",
|
|
"jsonRecursiveSort": true,
|
|
"jsonSortOrder": "{\"*\": \"lexical\"}",
|
|
"plugins": ["prettier-plugin-sort-json", "prettier-plugin-tailwindcss"],
|
|
"printWidth": 120,
|
|
"semi": false,
|
|
"singleQuote": true,
|
|
"tailwindFunctions": ["clsx"],
|
|
"tailwindStylesheet": "./src/renderer/src/assets/styles/tailwind.css",
|
|
"trailingComma": "none"
|
|
}
|