summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configs/basic.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/basic.vim b/configs/basic.vim
index b18e2f2..cdb51e1 100644
--- a/configs/basic.vim
+++ b/configs/basic.vim
@@ -79,7 +79,7 @@ set nobackup nowritebackup
set noswapfile
" Tab settings
-set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab
+set tabstop=4 softtabstop=4 shiftwidth=4 noexpandtab
" Correct indentation
set autoindent smartindent cindent