Now we can select a step from the installation process
This commit is contained in:
12
vim/vimrc
12
vim/vimrc
@ -53,12 +53,12 @@ let g:SimpylFold_docstring_preview=1
|
||||
|
||||
" PEP8 indentation
|
||||
au BufNewFile,BufRead *.py
|
||||
\ set tabstop=4
|
||||
\ set softtabstop=4
|
||||
\ set shiftwidth=4
|
||||
\ set textwidth=79
|
||||
\ set expandtab
|
||||
\ set autoindent
|
||||
\ set tabstop=4 |
|
||||
\ set softtabstop=4 |
|
||||
\ set shiftwidth=4 |
|
||||
\ set textwidth=79 |
|
||||
\ set expandtab |
|
||||
\ set autoindent |
|
||||
\ set fileformat=unix
|
||||
|
||||
" Delete trailing whitespaces on save
|
||||
|
Reference in New Issue
Block a user