Skip to content

Minimal tidy for 7.4 - #5145

Closed
nikic wants to merge 2 commits into
php:PHP-7.4from
nikic:tidy-7.4
Closed

Minimal tidy for 7.4#5145
nikic wants to merge 2 commits into
php:PHP-7.4from
nikic:tidy-7.4

Conversation

@nikic

@nikicnikic commented Feb 3, 2020

Copy link
Copy Markdown
Member

This is #5074, but reduced to a minimal set of reformattings: Only strip trailing whitespace in C files, and reformat PHP files to use space indentation.

PHPT files will be reformatted on master only.

Many parts are disabled for the PHP-7.4 branch. We only strip
trailing whitespace in C files and reindent .php files to spaces.
@nikic

nikic commented Feb 3, 2020

Copy link
Copy Markdown
MemberAuthor

Merged to 7.4 and applied formatting on 7.4/master.

@nikicnikic closed this Feb 3, 2020
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@nikic