ftplugin: Enable smartindent for Python

master
Dustin C. Hatch 2012-06-22 09:39:50 -05:00
parent 11cc0f7845
commit b4df62027a
1 changed files with 2 additions and 0 deletions

View File

@ -3,3 +3,5 @@ setlocal softtabstop=4
setlocal shiftwidth=4
setlocal expandtab
setlocal autoindent
setlocal smartindent
setlocal cinwords=if,elif,else,for,while,try,except,finally,def,class