Fix vim tabwidth
This commit is contained in:
parent
95eabb0778
commit
e935363490
2
.vimrc
2
.vimrc
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue