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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#34245: perl mode aligns code with comments


From: 積丹尼 Dan Jacobson
Subject: bug#34245: perl mode aligns code with comments
Date: Tue, 29 Jan 2019 22:56:21 +0800

In perl mode, a TAB on the second line below causes

my @genres = (         #["match", "BUT NOT"]
                       ["Rainbow.*Taiwan|Taiwan.*Rainbow"],

But wiser would be like perltidy does:

my @genres = (                      #["match", "BUT NOT"]
    ["Rainbow.*Taiwan|Taiwan.*Rainbow"],





reply via email to

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