ftplugin: Enable smartindent for Python
parent
11cc0f7845
commit
b4df62027a
|
@ -3,3 +3,5 @@ setlocal softtabstop=4
|
||||||
setlocal shiftwidth=4
|
setlocal shiftwidth=4
|
||||||
setlocal expandtab
|
setlocal expandtab
|
||||||
setlocal autoindent
|
setlocal autoindent
|
||||||
|
setlocal smartindent
|
||||||
|
setlocal cinwords=if,elif,else,for,while,try,except,finally,def,class
|
||||||
|
|
Reference in New Issue