35 lines
1.1 KiB
JSON
35 lines
1.1 KiB
JSON
{
|
|
"excludes": [
|
|
"**/node_modules",
|
|
"**/pnpm-lock.yaml",
|
|
"web/app/languages",
|
|
"web/app/plugins",
|
|
"web/app/themes/haiku-atelier-2024/assets",
|
|
"web/vendor"
|
|
],
|
|
"extends": "/home/gcch/.dprint.jsonc",
|
|
"exec": {
|
|
"cacheKey": "1",
|
|
"commands": [
|
|
{
|
|
"command": "prettier --ignore-unknown --write --stdin-filepath {{file_path}}",
|
|
"exts": ["php", "xml"]
|
|
}
|
|
],
|
|
"cwd": "${originConfigDir}",
|
|
"indentWidth": 2,
|
|
"lineWidth": 120,
|
|
"timeout": 30,
|
|
"useTabs": false
|
|
},
|
|
"plugins": [
|
|
"https://plugins.dprint.dev/typescript-0.93.0.wasm",
|
|
"https://plugins.dprint.dev/json-0.19.3.wasm",
|
|
"https://plugins.dprint.dev/markdown-0.17.8.wasm",
|
|
"https://plugins.dprint.dev/toml-0.6.3.wasm",
|
|
"https://plugins.dprint.dev/g-plane/malva-v0.10.1.wasm",
|
|
"https://plugins.dprint.dev/g-plane/markup_fmt-v0.13.1.wasm",
|
|
"https://plugins.dprint.dev/g-plane/pretty_yaml-v0.5.0.wasm",
|
|
"https://plugins.dprint.dev/exec-0.5.0.json@8d9972eee71fa1590e04873540421f3eda7674d0f1aae3d7c788615e7b7413d0"
|
|
]
|
|
}
|