10 lines
153 B
VimL
10 lines
153 B
VimL
|
" python filetype config
|
||
|
" LGPL v3.0 Licence
|
||
|
|
||
|
" proper PEP 8 indentation
|
||
|
set tabstop=4
|
||
|
set softtabstop=4
|
||
|
set shiftwidth=4
|
||
|
set textwidth=79
|
||
|
set expandtab
|