Enable expandtab again
This commit is contained in:
parent
9a8fef1c91
commit
ac372f5183
1
.vimrc
1
.vimrc
|
@ -2,6 +2,7 @@ set ai
|
||||||
" Disable (ab)use of X11 selection
|
" Disable (ab)use of X11 selection
|
||||||
set clipboard=
|
set clipboard=
|
||||||
set comments=s1:/*,mb:*,ex:*/,://,b:#,:%,:XCOMM,n:>,fb:-,n:\|
|
set comments=s1:/*,mb:*,ex:*/,://,b:#,:%,:XCOMM,n:>,fb:-,n:\|
|
||||||
|
set expandtab
|
||||||
set exrc
|
set exrc
|
||||||
set hls
|
set hls
|
||||||
set list
|
set list
|
||||||
|
|
Loading…
Reference in New Issue