cat ~/.vim/ftplugin/python.vim
set tabstop=8
set expandtab
set shiftwidth=4
syntax on
set autoindent
cat ~/.vim/vimrc
filetype plugin on
Command + , -> paste Settings:
"rulers": [ 72, 79 ],
"word_wrap": true,
"wrap_width": 80,
"tab_size": 4,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"ensure_newline_at_eof_on_save": true