gnucap-devel
[Top][All Lists]
Advanced

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

[Gnucap-devel] // vim:ts=8:sw=2:noet (VIM format settings)


From: al davis
Subject: [Gnucap-devel] // vim:ts=8:sw=2:noet (VIM format settings)
Date: Sun, 30 Nov 2014 14:04:59 -0500
User-agent: KMail/1.13.7 (Linux/3.2.0-4-amd64; KDE/4.8.4; x86_64; ; )

Felix:

I noticed you have added this to most files in your own 
branches.

If you make a branch that differs from master only by the 
addition of this line, I will push it to master.

To everyone else:

This line tells VI how to format and indent the code.  It's not 
necessary for emacs, because the default in emacs is what gnucap 
uses.

It means:

Physical tab stop = 8.
(so it looks good when viewed with cat or less)

"shiftwidth" =2
how much each level is indented

noet
no expand tab



reply via email to

[Prev in Thread] Current Thread [Next in Thread]