From 4cb277e2a0a037b1c814343e8a54f11580fc0f90 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 b012d85..9be134e 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 " весьма важная штука! :)