summaryrefslogtreecommitdiff
path: root/scripts/dev/tidy.php
Commit message (Collapse)AuthorAgeFilesLines
* Fix phpt reindentation in tidy scriptNikita Popov2020-11-251-2/+2
| | | | This was missing adjacent SKIPIF/FILE/CLEAN sections.
* Allow running tidy.php on specific directoryNikita Popov2020-11-251-2/+11
|
* Apply tidy to SKIPIF and CLEAN section as wellNikita Popov2020-09-181-1/+1
|
* Unbundle ext/xmlrpcChristoph M. Becker2020-05-291-1/+0
| | | | | According to <https://wiki.php.net/rfc/unbundle_xmlprc> we unbundle ext/xmlrpc.
* Enable formatting of phpt files in tidy.phpNikita Popov2020-02-031-5/+3
|
* Add bundled jit libraries to exclude listNikita Popov2020-02-031-0/+3
|
* Add tidy.php to enforce formattingNikita Popov2020-02-031-0/+145
Many parts are disabled for the PHP-7.4 branch. We only strip trailing whitespace in C files and reindent .php files to spaces.