VIM vimrc python 设置

拿vim写python特别要注意缩进,弄不好就出现个IndentationError: unexpected indent。

自己的设置,记一笔

set expandtab
set tabstop=4
set softtabstop=4
"set list
set shiftwidth=4
set autoindent
set smartindent
set nu

0 Comments

Leave a Reply

Your email address will not be published.

To create code blocks or other preformatted text, indent by four spaces:

    This will be displayed in a monospaced font. The first four 
    spaces will be stripped off, but all other whitespace
    will be preserved.
    
    Markdown is turned off in code blocks:
     [This is not a link](http://example.com)

To create not a block, but an inline code span, use backticks:

Here is some inline `code`.

For more help see http://daringfireball.net/projects/markdown/syntax