From 58eea72762a8bd2de55b53b87dd7754dfed3e25a Mon Sep 17 00:00:00 2001 From: "Nicolas A. Ortega Froysa" Date: Tue, 4 Jun 2024 11:05:37 +0200 Subject: [PATCH] Use spaces (for work). --- init.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.vim b/init.vim index d78a2ab..f859ea2 100644 --- a/init.vim +++ b/init.vim @@ -28,7 +28,7 @@ filetype plugin on " indentation set tabstop=4 " tabs only count for 4 spaces set shiftwidth=4 " when indenting use 4 spaces -set noexpandtab " use tab characters +set expandtab " use tab characters set autoindent " view