jed-users mailing list

[2007 Date Index] [2007 Thread Index] [Other years]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]

Re: perl mode indentation


Waldemar R. Jankowski <waldemar@xxxxxxxxxxx> wrote:
>Currently my function calls that take an anonomous hash reference indent
>like this:
>
>my $retval = function({
>                          foo => 'bar',
>                     });
>
>What I would like is this:
>
>my $retval = function({
>    foo => 'bar',    
>})
[...]
>Is there a way to accomplish this?

Unfortunately, I do not have an answer for you.  There appear to be
only two variables that control Perl indentation and neither seem
relevant.  I am afraid to touch the perl mode since I am not a perl
user and as such I would most likely break it.  Instead I recommend
that you contact Mark Olesen since he maintains the perl mode.  I
believe he is also a member of this list.

Thanks,
--John

--------------------------
To unsubscribe send email to <jed-users-request@xxxxxxxxxxx> with
the word "unsubscribe" in the message body.
Need help? Email <jed-users-owner@xxxxxxxxxxx>.


[2007 date index] [2007 thread index]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]