5 Feb
2004
5 Feb
'04
3:20 a.m.
On Tue, 2004-02-03 at 15:35, Emanuele Aina wrote:
Bryce Harrington domandò:
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?
For vim: set expandtabs
Out of curiousity, any vi-gods out there who could provide a set of .exrc settings to get:
* tab expansion
* tab indention (tab)
* block indention (< or >)
..all using 4 spaces?
(if not possible with nvi, settings for vim would be fine)
I'd like to put these in Vim modelines at the top of the files, as well as corresponding modelines for emacs.
-mental