> > + > > +# vim: set noexpandtab: > > I'm not sure we want vim comments like this one for every file. Aren't > they too noisy? But maybe it's just me. I use things like the following > for when I contribute regularly to projects that use a different rule for > indentation: > I second this. Vim comments pollute source files and are way too editor specific. It's also questionable if they're that useful. If someone sends a patch with spaces instead of tabs, that's easy to catch and fix. -- Best Regards, Tom Schwindl