Disable smartindent

This commit is contained in:
Anthony Rose 2021-09-25 15:12:23 +01:00
parent 51ae7de36e
commit a317029ca9

2
vimrc
View file

@ -199,7 +199,7 @@ if has("printer")
endif
if has("smartindent")
set smartindent
set nosmartindent
endif
if has("syntax")