diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2020-10-16 21:49:48 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2020-10-16 21:49:48 +0700 |
commit | 0cb59f5027779efaaa24d5fad6b0e2921d12c60b (patch) | |
tree | 043a4982a9f7c29e96b02945d173bcbf604d25a7 /vim | |
parent | ea3d643a067669a73557f0af203cf4e86bc4fc9d (diff) | |
download | dotfiles-0cb59f5027779efaaa24d5fad6b0e2921d12c60b.tar.gz |
Update 2020-10-16
Diffstat (limited to 'vim')
-rwxr-xr-x | vim/.vim/vimrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/.vim/vimrc b/vim/.vim/vimrc index 7ba9fbd..c341169 100755 --- a/vim/.vim/vimrc +++ b/vim/.vim/vimrc @@ -20,7 +20,7 @@ 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 + autocmd FileType asm,c,h,go,glsl,php \ setlocal cindent cinoptions=(0 noexpandtab shiftwidth=8 autocmd FileType vim,sh,lua,tex,cmake,cpp,plantuml,mysql,html,octave,pascal \ setlocal shiftwidth=2 |