Vim: do not expand tabs by default.
This commit is contained in:
parent
94486c24bb
commit
4cb277e2a0
2
.vimrc
2
.vimrc
|
@ -8,7 +8,7 @@ set shiftwidth=4
|
||||||
set textwidth=79
|
set textwidth=79
|
||||||
set tw=79
|
set tw=79
|
||||||
set colorcolumn=80,120,160
|
set colorcolumn=80,120,160
|
||||||
set expandtab
|
"set expandtab
|
||||||
set autoindent
|
set autoindent
|
||||||
set copyindent
|
set copyindent
|
||||||
"set background=dark " весьма важная штука! :)
|
"set background=dark " весьма важная штука! :)
|
||||||
|
|
Loading…
Reference in New Issue