jrockway / cperl-mode

cperl-mode with 5.10 fixes, mx-declare support, perl6 support, etc.
102 stars 33 forks source link

Fix indentation for `qw()`. #54

Closed hakonhagland closed 4 years ago

hakonhagland commented 4 years ago

This is a quick fix for issue #53. I have added a customizable user option value cperl-indentable-indent which is by default set to t which gives the previous default behavior. Only if the option is set to nil by the user, the modification provided by the current pull request is triggered.