10 Aug 2006 07:28
indent after parens in cperl-mode
Taff <wasyl.w <at> gmail.com>
2006-08-10 05:28:17 GMT
2006-08-10 05:28:17 GMT
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.
RSS Feed