Re: pending patch



On Tue, 28 August 18:54 christophe barbe wrote:
> Yes, you can  easily solve this problem by inserting the vi line after the
> emacs one in all source files.
> The following line set the tab width to 4 spaces and force the use of
> spaces (et=expandtab).
> It should be possible to set the c-style to k&r but I don't know how to
> specify it.
> 
> /* -*-mode:c; c-style:k&r; c-basic-offset:4; -*- */
> /* vim:set ts=4 sw=4 ai et: */

Surely /* vi:set ... */ or /* ex:set ... */?  vim: is VIM specific.
vi/ex are universal.

Brian





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]