From 4d455f4254b404346ba348b4143620a50a1150dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20A=2E=20Ortega=20Froysa?= Date: Mon, 8 Jun 2026 15:58:54 +0200 Subject: [PATCH] Change indentation to 2. --- init.vim | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/init.vim b/init.vim index 17a5c1b..1eab695 100644 --- a/init.vim +++ b/init.vim @@ -29,9 +29,9 @@ filetype plugin on """ General " indentation -set tabstop=4 " tabs only count for 4 spaces -set shiftwidth=4 " when indenting use 4 spaces -set expandtab " use tab characters +set tabstop=2 " tabs only count for 4 spaces +set shiftwidth=2 " when indenting use 4 spaces +set expandtab " don't use tab characters set autoindent " view