From f65488934ca4d0e15610f527f59cdb9f8866fd40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Ortega=20Froysa?= Date: Fri, 10 Jun 2022 17:08:32 +0200 Subject: [PATCH] Switch to 2 space tabs --- init.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.vim b/init.vim index 5cc1129..89b22bb 100644 --- a/init.vim +++ b/init.vim @@ -24,8 +24,8 @@ filetype plugin indent on """ General " indentation -set tabstop=4 " tabs only count for 4 spaces -set shiftwidth=4 " when indenting use 4 spaces +set tabstop=2 " tabs only count for 4 spaces +set shiftwidth=2 " when indenting use 4 spaces set noexpandtab " use tab characters set autoindent