Re: [Libphidget-devel] just playing with indent . . .
Status: Alpha
Brought to you by:
jstrohm
|
From: Vadim T. <vt...@fr...> - 2002-09-10 03:30:29
|
According to Jack Strohm:
> I'll see what I come up with
Try to get the INDENT branch, and do this:
while (!bothered enough) {
make indent
make
}
It should compile just once, and never again (at least this is what it does
at my box). Meaning that indent is idempotent.
I'll take a couple hours of timeout now, and upon return will figure out how
does it interfere with 'make indent-local' - if you feel like it, do it and
let me know.
I think the key was increasing the line length to 128 - it stopped being
puzzled by funny <> symbols when trying to break the line...
--vt
|