Ask Bjørn Hansen wrote:
I was going to suggest waiting for Robert to sync the perl.org
installation; but he can just sync to 0.31.
Does it do
if (...) {
...
} else {
...
}
or
if (...) {
...
}
else {
...
}
In the general case I find the latter much better.
I believe it can do either. There is a defautl, but you can pretty much
customise what the output looks like according to your preferences.
(any chance we can settle on 4 space indents instead of 2? Two spaces
hurts my eyes...)
I vastly prefer 2 spaces. :-)
+1 (takes up less width)
R.