Yes, I didn't explicitly set tabstop=8 because it's already default, should I ?
Lorenzo On Wed, Sep 18, 2013 at 8:02 PM, Bram Moolenaar <[email protected]> wrote: > > Lorenzo Bercelli wrote: > > > This patch sets tabs as equal to 4 spaces in python files, as > > strongly > > suggested by the PEP8 > > ( > > http://www.python.org/dev/peps/pep-0008/#indentation > > ) > > . > > > > T > > his are probably some of the most often found options in .vimrc files, > > it's also the first thing suggested in all those 'create a python > > development environment with vim' tutorials, I think it would be easier > to > > just make it default for python files > > . > > Your text suggests to set tabstop to 4, but the patch makes clear that > you only set softtabstop and shiftwidth to 4. That is OK. Tabstop > should be at its default of 8 to avoid trouble. > > -- > hundred-and-one symptoms of being an internet addict: > 226. You sit down at the computer right after dinner and your spouse > says "See you in the morning." > > /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net > \\\ > /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/\\\ > \\\ an exciting new programming language -- http://www.Zimbu.org > /// > \\\ help me help AIDS victims -- http://ICCF-Holland.org > /// > > -- -- 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/groups/opt_out.
