From 4740fc0547dbfa6798bcb069e5b1ca36a7dddf3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kevin=20Midb=C3=B8e?= Date: Sun, 16 Sep 2018 22:37:54 +0200 Subject: [PATCH] No more tabs in vim! Replaced by 4 spaces. --- .vimrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.vimrc b/.vimrc index 0672a8d..85349f4 100644 --- a/.vimrc +++ b/.vimrc @@ -31,3 +31,7 @@ filetype plugin indent on " required " " see :h vundle for more details or wiki for FAQ " Put your non-Plugin stuff after this line +set tabstop=4 +set shiftwidth=4 +set softtabstop=4 +set expandtab