On Wed, Feb 11, 2009 at 01:43:11PM -0500, Ted Pavlic wrote: > In Vim, I have "exapndtabs" set by default. I manually turned it off, but > during testing, I must have closed Vim and re-opened and forgot to turn it > back off. > > Some time ago, I suggested adding a vim modeline to the file to handle > turning expandtabs off for everyone who edits it with vim. That change > got denied. FWIW, I do this in my .vimrc: au BufNewFile,BufRead /path/to/git/repo/* set noet sts=8 sw=8 ts=8 -Peff -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html