
24 Jan
2005
24 Jan
'05
1:13 a.m.
The suggested modeline stuff is as follows:
/* Local Variables: mode:c++ c-file-style:"stroustrup" c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +)) indent-tabs-mode:nil fill-column:99 End: */ // vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
(where `vim:' should be on the last line of the file, for people using set modelines=1 in their ~/.vimrc).
This is the version I've been using for at least the last 5 months; though I haven't changed existing files except when I notice a problem.
pjrm.