Hi,

Mini patch to explain how to set editor spacings for vi/emacs inline in
the files.


-- 
Alex, homepage: http://www.bennee.com/~alex/
Dyslexics have more fnu.
Index: doc/devguide/STYLE
===================================================================
RCS file: /cvsroot/gtk-gnutella/gtk-gnutella-current/doc/devguide/STYLE,v
retrieving revision 1.13
diff -u -b -r1.13 STYLE
--- doc/devguide/STYLE	3 Aug 2004 19:01:37 -0000	1.13
+++ doc/devguide/STYLE	13 Aug 2004 14:09:05 -0000
@@ -22,6 +22,14 @@
 
         export EXINIT="set ai ts=4 sw=4 sm nu shell=/usr/bin/ksh noflash"
 
+1.5  Auto-setting tabstops in the file
+
+        in vi (at the end of a file):
+	    /* vi: set ts=4: */
+
+	in emacs (in first 4 lines of a file):
+	    /* -*- mode: cc-mode; tab-width:4; -*- */
+	
 2. COMMENTS ************************************************************
 
 2.1  Every file must start with a comment block like this:

Reply via email to