ftplugin: Enable smartindent for Python
This commit is contained in:
@@ -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
Block a user