Disable smartindent
This commit is contained in:
parent
51ae7de36e
commit
a317029ca9
1 changed files with 1 additions and 1 deletions
2
vimrc
2
vimrc
|
@ -199,7 +199,7 @@ if has("printer")
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if has("smartindent")
|
if has("smartindent")
|
||||||
set smartindent
|
set nosmartindent
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if has("syntax")
|
if has("syntax")
|
||||||
|
|
Loading…
Reference in a new issue