Coding Style Police

Coding Style Police

by Aaron Spike -
Number of replies: 4
I'm really not one to get all bent out of shape about spaces tabs and line endings. But I noticed that the merge conflict I got this morning was the largely the result of line endings changed to Dos style and spaces replaced by tabs in question/format/blackboard_6/format.php.

I quickly checked http://docs.moodle.org/en/Coding to see what was appropriate. There is mention of spaces in preference to tabs. But no mention that I can see of line ending preference.

That leaves me with two questions. What line endings are preferred in Moodle code (eg. in submitted patches)? And is there anybody enforcing these conventions and cleaning up the code periodically?

Let me be the first to say that there are probably more profitable uses of time than enforcing style policies. I ask only because I'm curious.
Average of ratings: -
In reply to Aaron Spike

Re: Coding Style Police

by Martin Dougiamas -
Picture of Core developers Picture of Documentation writers Picture of Moodle HQ Picture of Particularly helpful Moodlers Picture of Plugin developers Picture of Testers
Unix format (it's point #3 in the coding guide)

We fix them when we find them - please file bugs in the tracker or notify the naughty author, thanks! (you can find the author via http://cvs.moodle.org for example)
In reply to Martin Dougiamas

Re: Coding Style Police

by Tim Hunt -
Picture of Core developers Picture of Documentation writers Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers
I think you'll find that Howard checked it in, but it was some work done by someone in the community. There is a recent thread in the quiz forum. They are good improvements to the file, apart from the whitespace issues.