Page MenuHomePhabricator

Fix mixed whitespace in BiblioPlus extension
Closed, ResolvedPublic

Description

The PHP files in the BiblioPlus extension have a mix of space and tab indents.

These should be normalised to being all tabs instead of spaces.

It's a bone of contention in the Open Source community whether tabs or spaces are "better". The main thing here for us, is to be at a minimum consistent, using the projects style consistently throughout the extension.

https://www.mediawiki.org/wiki/Manual:Coding_conventions
https://www.mediawiki.org/wiki/Manual:Coding_conventions/PHP

Event Timeline

Aklapper renamed this task from Fix mixed whitespace in BiblioPlus to Fix mixed whitespace in BiblioPlus extension.Dec 19 2016, 12:35 PM
Aklapper updated the task description. (Show Details)

Change 329210 had a related patch set uploaded (by Subins2000):
Fix mixed whitespace in indentation

https://gerrit.wikimedia.org/r/329210

Change 329210 merged by jenkins-bot:
Fix mixed whitespace in indentation

https://gerrit.wikimedia.org/r/329210

MtDu claimed this task.
MtDu subscribed.

Patch has been merged. Hence closing as resolved.