
3 Feb
2004
3 Feb
'04
4:59 p.m.
Bryce Harrington wrote:
The next two questions are: Does anyone know a good method to untabify the entire codebase in one shot? Does anyone know how best to put modelines in the codebase to get vi and emacs to behave correctly?
I'd actually favor a human-moniterd solution, since among other things I've been in some files and seen that they look like the developer used 8-wide tabs, while other files have looked like the developer used 4-wide tabs.
When I've done this before, I just use find and grep to list all files with tabs and feed all those names at once to emacs to work through.