mirror of
https://github.com/vitodeploy/vito.git
synced 2025-04-22 19:22:19 +00:00
16 lines
398 B
Plaintext
16 lines
398 B
Plaintext
{
|
|
"plugins": ["prettier-plugin-blade", "prettier-plugin-tailwindcss"],
|
|
"overrides": [
|
|
{
|
|
"files": ["*.blade.php"],
|
|
"options": {
|
|
"parser": "blade",
|
|
"printWidth": 120,
|
|
"htmlWhitespaceSensitivity": "ignore",
|
|
"tabWidth": 4,
|
|
"quoteProps": "consistent"
|
|
}
|
|
}
|
|
]
|
|
}
|