jed-users mailing list

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

perl mode indentation


Hello,

I've been a jed user for 4 years and love it. I just joined the 
mailing list and I'm looking forward to getting to know the jed community 
better.

I have a question about indentation in perl mode.

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',    
})

These are the custom perl mode variables I have set so far:
variable Perl_Indent = 4;
variable Perl_Continued_Offset = 4;

Is there a way to accomplish this?

Thanks in advance.

Waldemar

--------------------------
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]