> What are the options for GNU indent for reformatting code with djb's style?

After a quick peek at djb's code, it looks like the original Berkeley style
with a couple of modifications will get you within spitting distance of his
style.

So, something like
 indent --original --tab-size2 --indent-level2 --continuation-indentation2 \
  --dont-break-procedure-type --parameter-indentation0 \
  --no-space-after-function-call-names filename...

should do it.  Not all of the above may be necessary.

Charles
-- 
----------------------------------------------------
Charles Cazabon           <[EMAIL PROTECTED]>
Any opinions expressed are just that -- my opinions.
----------------------------------------------------

Reply via email to