2025-11-04

This commit is contained in:
gcch 2025-11-04 13:21:41 +01:00
commit 40837e5a88
1339 changed files with 5462 additions and 1874 deletions

View file

@ -0,0 +1,16 @@
{
"languages": {
"PHP": {
"format_on_save": "on",
"formatter": {
"external": {
"command": "bash",
"arguments": [
"-c",
"cat > /tmp/zed_php_cs_fixer && ./vendor/bin/php-cs-fixer fix --using-cache=no --quiet /tmp/zed_php_cs_fixer && cat /tmp/zed_php_cs_fixer"
]
}
}
}
}
}