Vim: do not expand tabs by default.

This commit is contained in:
Kolan Sh 2016-10-25 11:18:56 +03:00
parent 94486c24bb
commit 4cb277e2a0
1 changed files with 1 additions and 1 deletions

2
.vimrc
View File

@ -8,7 +8,7 @@ set shiftwidth=4
set textwidth=79
set tw=79
set colorcolumn=80,120,160
set expandtab
"set expandtab
set autoindent
set copyindent
"set background=dark " весьма важная штука! :)