Created
September 21, 2012 23:15
-
-
Save visualzhou/3764455 to your computer and use it in GitHub Desktop.
~/.vim/ftplugin/python.vim
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
setlocal tabstop=4 | |
setlocal softtabstop=4 | |
setlocal shiftwidth=4 | |
setlocal textwidth=80 | |
setlocal smarttab | |
setlocal expandtab |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment