Created
March 2, 2020 00:59
-
-
Save jenting/01a2efb1080ba9f0090bb630cc6190c4 to your computer and use it in GitHub Desktop.
Vim Python
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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