* Alexander Dahl <p...@lespocky.de> [2011-06-23 19:42]:
> Hello,
> 
> On 23.06.2011 18:37, Bernhard Walle wrote:
> > Well, IMO setting the filetype is better than just the syntax, because
> > then you can add
> > 
> >     autocmd FileType kconfig set ts=8 sw=8 noet
> >     autocmd FileType make    set ts=8 sw=8 noet
> > 
> > to your .vimrc.
> 
> I would also recommend setting the file type. However the noet option
> would be helpful in the mode line itself because Makefiles don't work
> without tabs. Should one let this option of the user or override in the
> mode line because it's the only sense making setting? What do you think?

For Makefiles you're right, for Kconfig it's a matter of taste. But I
would use 'noexpandtab' because it's also readable for non vim-gurus
(although I myself use 'noet').

But let one of the ptxdist maintainers comment on the issue...


Regards,
Bernhard

-- 
ptxdist mailing list
ptxdist@pengutronix.de

Reply via email to