mirror of
https://github.com/vitodeploy/vito.git
synced 2025-04-15 07:51:37 +00:00
- refactoring architecture - fix incomplete ssh logs - code editor for scripts in the app - remove Jobs and SSHCommands
17 lines
439 B
Plaintext
17 lines
439 B
Plaintext
{
|
|
"plugins": ["prettier-plugin-blade", "prettier-plugin-tailwindcss"],
|
|
"overrides": [
|
|
{
|
|
"files": ["*.blade.php"],
|
|
"options": {
|
|
"parser": "blade",
|
|
"printWidth": 120,
|
|
"htmlWhitespaceSensitivity": "ignore",
|
|
"tabWidth": 4,
|
|
"quoteProps": "consistent",
|
|
"trailingComma": "none"
|
|
}
|
|
}
|
|
]
|
|
}
|