Monday, May 17, 2010

Re: perl indent

Sorry, my post was sent much too early :/

so i'd like :
my $foo = { 'foo' => bar,
'oof' => rab,
};

and not :
my $foo = { 'foo' => bar,
'oof' => rab,
};

Is it possible ? python mode behave like i want for example.

Regards,

Cyrille

On 17 mai, 16:54, mr4s <cyrille.m...@gmail.com> wrote:
> Hello,
>
> I search the mailing list and google to find a way to indent perl as I
> want but didn't find a way. Perl indent is nearly perfect but I'd like
> to behave like emacs for code like this:
>
> my $foo = { 'foo' => bar,
>                   'oof' => rab,
>
> --
> You received this message from the "vim_use" maillist.
> Do not top-post! Type your reply below the text you are replying to.
> For more information, visithttp://www.vim.org/maillist.php

--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

No comments: