RE: [AD] Suggestions |
[ Thread Index | Date Index | More lists.liballeg.org/allegro-developers Archives ]
> Isn't there an option in indent to convert all tabs to X spaces?
>
> Why couldn't we use that instead of the current complicated mess? ;)
If you're using vi:
:set sw=3 et
does a good job of keeping everything that way. And if one
comes across a tabbed file:
:retab!
is your friend.
A script can also use the expand command, which cleans files from
tabs. The reverse also exists, though I can't remember the name of
that command. Hmmm, I *think* the former is called expand...
--
Vincent Penquerc'h
Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |