bug-gnu-emacs
[Top][All Lists]
Advanced

[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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]