I do it because (the line break for bracet) so that if the script is like, huge,
I can hover my mouse over the bracet and scroll the mouse down to see where it ends :]
Quote:
Originally Posted by contiga
I don't style like;
PHP Code:
function onCreated()
{
//stuff
}
I do;
PHP Code:
function onCreated() {
//stuff
}

|
