From a1deafa6ee56c7818419cfe0d318496c38523ee3 Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Tue, 8 Dec 2020 12:02:11 +0700 Subject: Update 2020-12-08 --- vim/.vim/vimrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vim/.vim/vimrc') diff --git a/vim/.vim/vimrc b/vim/.vim/vimrc index 86a5f47..92d3777 100755 --- a/vim/.vim/vimrc +++ b/vim/.vim/vimrc @@ -20,8 +20,8 @@ augroup vimrc autocmd BufNewFile,BufRead *.PAS setlocal filetype=pascal autocmd BufNewFile,BufRead *.sql setlocal filetype=mysql autocmd BufNewFile,BufRead *.m setlocal filetype=octave - autocmd FileType asm,c,h,go,glsl,php - \ setlocal cindent cinoptions=(0 noexpandtab shiftwidth=8 + autocmd FileType asm,c,h,go,glsl,sshconfig,php + \ setlocal cindent cinoptions=(0 noexpandtab shiftwidth=8 tabstop=8 autocmd FileType vim,sh,lua,tex,cmake,cpp,plantuml,mysql,html,octave,pascal \ setlocal shiftwidth=2 autocmd FileType rst setlocal shiftwidth=3 -- cgit 1.4.1