Fix vim tabwidth

This commit is contained in:
Sage Vaillancourt 2020-06-12 18:47:51 -04:00
parent 95eabb0778
commit e935363490
1 changed files with 1 additions and 1 deletions

2
.vimrc
View File

@ -28,7 +28,7 @@ nnoremap :W<CR> :w<CR>
set conceallevel=0 set conceallevel=0
" Use 4 spaces " Use 4 spaces
set tabstop=8 softtabstop=0 expandtab shiftwidth=8 smarttab set tabstop=8 softtabstop=0 expandtab shiftwidth=4 smarttab
" Except for makefiles " Except for makefiles
autocmd FileType make setlocal noexpandtab autocmd FileType make setlocal noexpandtab