[Dune] [#2] Common code-formatting
Dune
dune at dune-project.org
Tue Sep 29 23:45:12 CEST 2009
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task has a new comment added:
FS#2 - Common code-formatting
User who did this - Carsten Gräser (Carsten)
----------
The mode line for vim would be
vi: set et ts=4 sw=2 sts=2:
"et" gives you spaces if you press <tab>.
"ts=4" sets the tab width to 4.
"sw=2" sets the standard (auto)indent width to 2.
"sts=2" sets the number of spaces added and removed with <tab> and <bs>, respectively, to 2.
The mode line has to be one of the first or last lines. There might be other text before or after these options, but then 'vi:' has to be preceded with a space.
----------
More information can be found at the following URL:
http://www.dune-project.org/flyspray/index.php?do=details&task_id=2#comment1125
You are receiving this message because you have requested it from the Flyspray bugtracking system. If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.
More information about the Dune
mailing list