From effdbcd6942c4b363c9f14603ca770f986a99565 Mon Sep 17 00:00:00 2001 From: Kolan Sh Date: Tue, 25 Oct 2016 11:18:56 +0300 Subject: [PATCH] Vim: do not expand tabs by default. --- .vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vimrc b/.vimrc index 7f87a62..3079162 100644 --- a/.vimrc +++ b/.vimrc @@ -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 " весьма важная штука! :)