17 lines
506 B
Text
17 lines
506 B
Text
// {
|
|
// "languages": {
|
|
// "PHP": {
|
|
// "format_on_save": "on",
|
|
// "formatter": {
|
|
// "external": {
|
|
// "command": "mago",
|
|
// "arguments": ["format", "--stdin-input"] // "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"
|
|
// // ]
|
|
// }
|
|
// }
|
|
// }
|
|
// }
|
|
// }
|