Minor edit

master
Mark 2023-11-12 09:57:18 -08:00
parent 39ef2d6d1c
commit 9582680249
1 changed files with 1 additions and 1 deletions

View File

@ -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