Fix up vim settings for python.

This commit is contained in:
David Tomaschik
2014-10-21 18:41:12 -07:00
parent 58bdc6b23a
commit f1e16ebaf8
2 changed files with 7 additions and 1 deletions

View File

@@ -1 +1,7 @@
nnoremap <F8> :%!autopep8 -<CR>
setlocal tabstop=4
setlocal softtabstop=4
setlocal shiftwidth=4
setlocal textwidth=80
setlocal smarttab
setlocal expandtab