On Sep 20, 2013 2:22 PM, "Marius Gedminas" <[email protected]> wrote: > > On Wed, Sep 18, 2013 at 10:12:17PM +0000, Lorenzo Bercelli wrote: > > Yes, I didn't explicitly set tabstop=8 because it's already default, should > > I ? > > That may be a good idea. Python interprets ASCII TAB as being 8 spaces > wide, for the purposes of indentation: > http://docs.python.org/2/reference/lexical_analysis.html#indentation
I do not think so. Using mixed tabs/spaces is highly discouraged even by vim syntax highlighting; and it is even a syntax error in python 3. If tabs are not mixed with spaces it does not matter how wide they are. > Marius Gedminas > -- > The difference between Microsoft and 'Jurassic Park': > In one, a mad businessman makes a lot of money with beasts that should be > extinct. > The other is a film. -- -- 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.
