code formatting

David Relson relson at osagesoftware.com
Thu Dec 5 04:10:29 CET 2002


At 07:49 PM 12/4/02, Matthias Andree wrote:

>relson at users.sourceforge.net writes:
>
> > Log Message:
> > Add whitespace for readability.
> >
> >
> > -../bogofilter -p -e -C <$TMPDIR/input | sed -n '/^$/,$ p' >$TMPDIR/out
> > +../bogofilter -p -e -C < $TMPDIR/input | sed -n '/^$/,$ p' > $TMPDIR/out
> > +
>
>I'd tend to disagree with whitespace in redirects in shell and to
>disagree also with whitespace on the inside of parentheses in C(++).
>
>I prefer "indent -kr -ncs -l80 -psl" style.

Is there an easy way to pass that info to emacs?





More information about the bogofilter-dev mailing list