in reply to Re^2: How has your coding style changed over the years?
in thread How has your coding style changed over the years?

(That's actually a running gag in code sections posted here, because browsers still default to tab=8)

this seems to have been fixed in the CSS or at least for Chrome

for my $x (@a) { print; # 1 tab print; # 4 blanks }