From 8220baa7f210187e7cccb81976ca8e010b331848 Mon Sep 17 00:00:00 2001 From: ayabusa Date: Wed, 24 Dec 2025 13:54:59 +0000 Subject: [PATCH] Update vim/.vimrc --- vim/.vimrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/vim/.vimrc b/vim/.vimrc index 149b4ce..e4e7d4c 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -18,3 +18,7 @@ set number " Enable mouse for selection n all set mouse+=a + +set tabstop=4 " Width of tab character +set shiftwidth=4 " Width for indent operations (like >> and <<) +set noexpandtab " Use actual tab characters, not spaces \ No newline at end of file