Stephen Warren wrote:
> Attached is a patch that adds the following line to the end of all
> *.cpp, *.c, *.h files.
> 
> This might help keeping people like me with different vi defaults on-style!

Ha!! That's so funny, I was *JUST* about to do the same thing! (Though I
still one day want to convert everything from tabs to spaces). I also want
to add an emacs line but those are so hard to formulate. Bleck.

Though I was going to follow a different convention and put them near the
top along with an $Id$ line, ala:

/*
 *  vi: textwidth=78 tabstop=8 shiftwidth=8 noexpandtab:
 *
 *  $Id$
 *
 *  This program is free software; you can redistribute it and/or modify
 ...

The only reason it's at the bottom in the specs/* files is because in a
plain-text document, it has to be the first line, and you can't really stick
it in a comment...

Feel free to resubmit, or just wait and I'll get it done in the next day or so.

-- 
Phil Dibowitz                             [EMAIL PROTECTED]
Open Source software and tech docs        Insanity Palace of Metallica
http://www.phildev.net/                   http://www.ipom.com/

"Never write it in C if you can do it in 'awk';
 Never do it in 'awk' if 'sed' can handle it;
 Never use 'sed' when 'tr' can do the job;
 Never invoke 'tr' when 'cat' is sufficient;
 Avoid using 'cat' whenever possible" -- Taylor's Laws of Programming


Attachment: signature.asc
Description: OpenPGP digital signature

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
concordance-devel mailing list
concordance-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/concordance-devel

Reply via email to