Variables & tabs

This commit is contained in:
Sonny 2017-06-24 13:48:23 +02:00
parent ba6d92c8c2
commit 8c5fce3fa3
3 changed files with 9 additions and 11 deletions

View file

@ -18,12 +18,8 @@ syntax enable
" Create the `tags` file (may need to install ctags first)
command! MakeTags !ctags -R .
"Python specific's
au BufNewFile,BufRead *.py
\ set tabstop=4 |
\ set softtabstop=4 |
\ set shiftwidth=4 |
\ set expandtab |
"4 spaces instead of tabs
set tabstop=4 softtabstop=4 shiftwidth=4 expandtab
" Fold methods based on indents
" zo to open folds, zc to close