Skip to content

Commit f596d5d

Browse files
committed
More python pep8 tab settings
1 parent 37f251b commit f596d5d

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

ftplugin/python/pymode.vim

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,15 @@ setlocal foldmethod=indent
1212
setlocal formatoptions-=t
1313
setlocal nowrap
1414
setlocal number
15-
setlocal tabstop=4
1615
setlocal textwidth=80
16+
setlocal tabstop=4
1717
setlocal softtabstop=4
18+
setlocal shiftwidth=4
19+
setlocal shiftround
20+
setlocal smartindent
21+
setlocal smarttab
22+
setlocal expandtab
23+
setlocal autoindent
1824

1925
" Fix path for project
2026
if g:pymode

0 commit comments

Comments
 (0)