mirror of
https://github.com/tomru/DotfilesOld.git
synced 2026-03-03 22:47:29 +01:00
12 lines
240 B
VimL
12 lines
240 B
VimL
"PEP 8 Friendly
|
|
setlocal tabstop=4
|
|
setlocal softtabstop=4
|
|
setlocal shiftwidth=4
|
|
setlocal textwidth=80
|
|
setlocal smarttab
|
|
setlocal expandtab
|
|
setlocal smartindent
|
|
|
|
" Code completion
|
|
autocmd FileType python set omnifunc=pythoncomplete#Complete
|