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