Brian Henderson <henderson...@gmail.com> wrote: > On Fri, Aug 19, 2016 at 11:10:55AM -0700, Junio C Hamano wrote: > > > > > +# vim: set noet > > > > We tend to avoid cluttering the source with editor specific insns > > like this. > > oops. > > Anyone have any suggestions for project level vim settings?
vim defaults work fine for me on FreeBSD and Debian: tabstop=8 shiftwidth=8 softtabstop=0 noexpandtab Generally, we take after the Linux kernel: https://kernel.org/doc/Documentation/CodingStyle Which I'm happy about and largely agree with. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html