Now we can select a step from the installation process

This commit is contained in:
Gerardo J. Puerta
2022-09-07 19:47:46 -05:00
parent 01c6c74357
commit 5b2975510f
4 changed files with 183 additions and 108 deletions

View File

@ -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