On Tuesday, January 3, 2017 at 3:25:46 AM UTC-6, Christ van Willegen wrote: > > So mixed spaces and tabs are allowed? I couldn't find anything about > that with a quick google search (too many questions are asked aobut > tab stops etc :-) ) > > Ah, I see that on lines that you've changed, there were already spaces > and tabs. You're right. >
Not just allowed, but actually required by the current coding standard used in Vim. Specifically, it's expected that you set: sts=4 ts=8 noet sw=4 (or at least, if my memory serves correctly) -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
