mirror of
https://github.com/vale981/apheleia
synced 2025-03-04 17:11:40 -05:00

* feat: add phpcs & introduce scripts/formatters Add phpcs as a supported formatter, and include support for apheleia-defined scripts for more troublesome formatters * Revert Emacs version requirement * More quoting * Adjust language in documentation * Thanks checkdoc, lol Co-authored-by: Radon Rosborough <radon.neon@gmail.com>
6 lines
60 B
Bash
Executable file
6 lines
60 B
Bash
Executable file
#!/bin/sh
|
|
|
|
phpcbf "$@"
|
|
if [ "$?" -eq 1 ]; then
|
|
exit 0
|
|
fi
|