Skip to content

Instantly share code, notes, and snippets.

@jenting
Created March 2, 2020 00:59
Show Gist options
  • Save jenting/01a2efb1080ba9f0090bb630cc6190c4 to your computer and use it in GitHub Desktop.
Save jenting/01a2efb1080ba9f0090bb630cc6190c4 to your computer and use it in GitHub Desktop.
Vim Python
set textwidth=79
set shiftwidth=4
set tabstop=4
set expandtab
set softtabstop=4
set shiftround
set autoindent
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment