[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
cperl mode shameful switch case indentation
From: |
Dan Jacobson |
Subject: |
cperl mode shameful switch case indentation |
Date: |
Sun, 09 Jan 2005 08:31:38 +0800 |
Yu*k! Hit TAB on each of these lines in cperl mode. That's how
they ended up like this,
use Switch;
switch( substr $_, 0, 1 ) {
case 'A' { $n = 10 } #A
case 'B' { $n = 11 } #B
case 'C' { $n = 12 } #C
P.S., removing the comments didn't help.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- cperl mode shameful switch case indentation,
Dan Jacobson <=