Taff | 10 Aug 2006 07:28
Picon

indent after parens in cperl-mode

Hi,

Pls help me with cperl mode for Emacs.

1. I want not ident parens and arguments in such way.
Check_agruments(
                arguments
                );

2. But I want in such.
Check_agruments(
  arguments
);

I had tried to use all styles in cperl-set-style, but it's not help.
Also i try to understand how work cperl-calculate-indent but unfortunately
i'm not strong in ELisp.

Thx a lot.


Gmane