>
>
>Ok, it makes sense.
>
>Since Rainer is (correctly) concerned that he won't recognize the code after
>being mand "pretty", let's say what this pretty thing should do.
>
>1. Tabs -> spaces
>2. Correct CR/LF
>3. Reduce to 80 lines width longer lines.
>
>
Yup! Thazz about it! It will also do some other minor things like turn
if (blabla > blabla)
blabla();
to
if (blabla > blabla) {
blabla();
}
How ya like that? :-D
>I think this will not affect the "shape" of the code, right?
>
>As for the more "complex" system, I think that it's cool as a concept, and
>will do it anyhow, but maybe for other purposes.
>
>Rainer, is this any better?
>
>--
>Nicola Ken Barozzi [EMAIL PROTECTED]
> - verba volant, scripta manent -
> (discussions get forgotten, just code remains)
>---------------------------------------------------------------------
>
>
>--
>To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
>For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
>
>
>
>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>