chore(vim): change the default tabstop to 2 from 4

This commit is contained in:
Ade Attwood 2022-09-08 20:42:08 +01:00
parent cd9b06d987
commit ee7def9362

View file

@ -22,8 +22,8 @@ set splitright
set splitbelow
" Tabs and indenting
set tabstop=4
set shiftwidth=4
set tabstop=2
set shiftwidth=2
set expandtab
set autoindent
filetype plugin indent on