From a95e7df1c589a03cb778fa0035cd410dddc384b2 Mon Sep 17 00:00:00 2001 From: Cyryl Plotnicki-Chudyk Date: Tue, 15 Oct 2013 14:51:17 +0200 Subject: [PATCH] tabstops --- .vimrc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.vimrc b/.vimrc index 8e5d6e7f..1d9a27a1 100644 --- a/.vimrc +++ b/.vimrc @@ -3,6 +3,11 @@ nmap l :set list! " Use the same symbols as TextMate for tabstops and EOLs set listchars=tab:▸\ ,eol:¬ +set tabstop=4 +set softtabstop=4 +set shiftwidth=4 +set expandtab + "Invisible character colors highlight NonText guifg=#4a4a59 highlight SpecialKey guifg=#4a4a59