by CBFalconer <cbfalconer@[EMAIL PROTECTED]
>
May 8, 2008 at 07:08 PM
Bill Cunningham wrote:
> "CBFalconer" <cbfalconer@[EMAIL PROTECTED]
> wrote in message
>
>> There is a program around called indent (GNU version 2.2.9 here)
>> which does all this for you. It is configurable. I use the
>> following configuration for it (really just one long line in
>> indent.pro):
>>
>> -kr -l66 -i3 -bad -di16 -lc66 -nce -ncs -cbi0 -bbo -pmt -psl -ts1 -cdw
-ppi 3
>
> This is the results of my program using "indent div.c" which is
> the name of the source code.
>
.... snip ...
>
> Believe me I didn't do this myself. Indent did it for me!
You control it with indent.pro. Just make the line I provided
above available in indent.pro in the directory that contains the
source code you are indenting.
--
[mail]: Chuck F (cbfalconer at maineline dot net)
[page]: <http://cbfalconer.home.att.net>
Try the download section.
** Posted from http://www.teranews.com
**