Minor edit
parent
39ef2d6d1c
commit
9582680249
|
@ -80,7 +80,7 @@ nnoremap <C-o> :set tabstop=8 shiftwidth=8 softtabstop=4 noexpandtab<CR>
|
||||||
|
|
||||||
" Autodetect filetypes and set proper indentation
|
" Autodetect filetypes and set proper indentation
|
||||||
" Default: 4, with tabs.
|
" Default: 4, with tabs.
|
||||||
set tabstop=4 shiftwidth=4 softtabstop=4 noexpandtab
|
setlocal tabstop=4 shiftwidth=4 softtabstop=4 noexpandtab
|
||||||
augroup tabsize_gp
|
augroup tabsize_gp
|
||||||
autocmd!
|
autocmd!
|
||||||
autocmd Filetype py setlocal tabstop=4 shiftwidth=4 softtabstop=4 noexpandtab
|
autocmd Filetype py setlocal tabstop=4 shiftwidth=4 softtabstop=4 noexpandtab
|
||||||
|
|
Loading…
Reference in New Issue