From: ayabusa Date: Wed, 24 Dec 2025 13:54:59 +0000 (+0000) Subject: Update vim/.vimrc X-Git-Url: https://git.ayabusa.dev/?a=commitdiff_plain;h=HEAD;p=dot_files.git Update vim/.vimrc --- 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