Re: Indentation (was Re: invalid installdirs values)
[email protected] (Michael G Schwern)
| Newsgroups | perl.module.build |
|---|---|
| Message-ID | <[email protected]> |
Ken Williams wrote: > So, 2-char column indents is right out? That's what most of the code > is using now, because it's the default default for cperl-mode, which I > use. I'd like to keep that unless it's going to make everyone jump > infrontof trains. If that's the only reason you're using 2-character tabs, and if anyone is going to define coding style it is not Ilya, I will happily provide you with a new cperl configuration! (setq indent-tabs-mode nil) (require 'cperl-mode) (setq cperl-indent-level 4) (setq cperl-label-offset 0) (setq cperl-continued-statement-offset 2) (setq cperl-close-paren-offset -4) If the argument is "that's what emacs defaults to so we shouldn't rock the boat", looking at all the ratio of 2 to 4 character indent code out there I think the boat is sufficiently rocked. -- I have a date with some giant cartoon robots and booze.