On Tue, Mar 07, 2006 at 02:29:18AM +0100, Miriam Ruiz wrote:
> bcpp indents C/C++ source programs, replacing tabs with spaces or the
> reverse.
Comparable in functionality:
coreutils {,un}expand
indent --{no,use}-tabs
> Unlike indent, it does (by design) not attempt to wrap long
> statements.
--line-lengthn presumably can be disable with n=0 or such .. though it
isn't documented.
Justin