mirror of
https://github.com/jetkvm/kvm.git
synced 2025-09-16 08:38:14 +00:00
15 lines
246 B
Plaintext
15 lines
246 B
Plaintext
{
|
|
"trailingComma": "all",
|
|
"tabWidth": 2,
|
|
"semi": true,
|
|
"useTabs": false,
|
|
"arrowParens": "avoid",
|
|
"singleQuote": false,
|
|
"plugins": [
|
|
"prettier-plugin-tailwindcss"
|
|
],
|
|
"tailwindFunctions": [
|
|
"clsx"
|
|
],
|
|
"printWidth": 90
|
|
} |