]> git.ayabusa.dev Git - dot_files.git/commitdiff
Update vim/.vimrc main
authorayabusa <ayabusa@noreply.localhost>
Wed, 24 Dec 2025 13:54:59 +0000 (13:54 +0000)
committerayabusa <ayabusa@noreply.localhost>
Wed, 24 Dec 2025 13:54:59 +0000 (13:54 +0000)
vim/.vimrc

index 149b4ce11c16176c61bbfa95036b43f7d9a28ce3..e4e7d4cdcc8e071eefdae0d4a4b2e69e065a4c8f 100644 (file)
@@ -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