in reply to Re: The One True Style of indentation:
in thread The One True Style of indentation:
Brace placement is far more important to me than indentation, though I use tabs for that with four spaces as my second choice, if, for instance, the tab key breaks or starts printing Ős. That's never happened, but if it did I'd use four spaces and buy a new keyboard. But something likefunction(arguments) { if (condition) { ... } else { ... } }
is unreadable.function(arguments) { if (condition) { ... } else { ... } }
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: The One True Style of indentation:
by Aristotle (Chancellor) on Oct 27, 2002 at 14:29 UTC |