Adding new stuff
This commit is contained in:
parent
0074feeaf2
commit
57684cdc5c
1582 changed files with 205558 additions and 0 deletions
13
vim-plugins/bundle/python-mode/after/indent/python.vim
Normal file
13
vim-plugins/bundle/python-mode/after/indent/python.vim
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
if !g:pymode || !g:pymode_indent
|
||||
finish
|
||||
endif
|
||||
|
||||
setlocal nolisp
|
||||
setlocal tabstop=4
|
||||
setlocal softtabstop=4
|
||||
setlocal shiftwidth=4
|
||||
setlocal shiftround
|
||||
setlocal expandtab
|
||||
setlocal autoindent
|
||||
setlocal indentexpr=pymode#indent#get_indent(v:lnum)
|
||||
setlocal indentkeys=!^F,o,O,<:>,0),0],0},=elif,=except
|
||||
Loading…
Add table
Add a link
Reference in a new issue