From 1638682e14d36f202bcfd7dd137fbdb0f0cd7ba2 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Sat, 13 Jul 2019 00:58:16 +0200 Subject: [PATCH] [ADD][VIM] Indent in multiples of shiftwidth --- vim/.vimrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vim/.vimrc b/vim/.vimrc index db87677..65f1199 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -14,6 +14,8 @@ set expandtab set shiftwidth=4 " -1 means the same as shitwidth set softtabstop=-1 +" Always indent by multiples of shiftwidth +set shiftround " You shouldn't change the default tab width of 8 characters set tabstop=8 " Makefiles should use tabs to indent