Change neovim tabbing to 4 spaces

This commit is contained in:
maddiebaka
2026-04-04 12:18:13 -04:00
parent 83e37ab517
commit 9727708c90

View File

@@ -3,10 +3,10 @@ set showmatch
set ignorecase
set hlsearch
set incsearch
set tabstop=2
set softtabstop=2
set tabstop=4
set softtabstop=4
set expandtab
set shiftwidth=2
set shiftwidth=4
set autoindent
set number
set wildmode=longest,list