ftplugin: Enable smartindent for Python

This commit is contained in:
Dustin C. Hatch
2012-06-22 09:39:50 -05:00
parent 11cc0f7845
commit b4df62027a

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