If I get emacs 24.1.1 to indent the following
$config = {
b => [
"123",
],
c => "123",
};
then it will turn it into
$config = {
b => [
"123",
],
c => "123",
};
Question
Why does it not indent so b
and c
is aligned?
Update
Enabled minor modes: Auto-Composition Auto-Compression Auto-Encryption
File-Name-Shadow Font-Lock Global-Font-Lock Line-Number Menu-Bar
Transient-Mark
(Information about these minor modes follows the major mode info.)
Perl mode defined in `perl-mode.el':
Major mode for editing Perl code.