Syntax fix
This commit is contained in:
parent
bdc2504ca7
commit
3379a64536
1 changed files with 4 additions and 4 deletions
|
|
@ -22,10 +22,10 @@ command! MakeTags !ctags -R .
|
|||
|
||||
"Python specific's
|
||||
au BufNewFile,BufRead *.py
|
||||
\ set tabstop=4
|
||||
\ set softtabstop=4
|
||||
\ set shiftwidth=4
|
||||
\ set expandtab
|
||||
\ set tabstop=4 |
|
||||
\ set softtabstop=4 |
|
||||
\ set shiftwidth=4 |
|
||||
\ set expandtab |
|
||||
|
||||
" Fold methods based on indents
|
||||
" zo to open folds, zc to close
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue