about summary refs log tree commit diff
path: root/vim/.vim/vimrc
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2020-10-16 21:49:48 +0700
committerNguyễn Gia Phong <mcsinyx@disroot.org>2020-10-16 21:49:48 +0700
commit0cb59f5027779efaaa24d5fad6b0e2921d12c60b (patch)
tree043a4982a9f7c29e96b02945d173bcbf604d25a7 /vim/.vim/vimrc
parentea3d643a067669a73557f0af203cf4e86bc4fc9d (diff)
downloaddotfiles-0cb59f5027779efaaa24d5fad6b0e2921d12c60b.tar.gz
Update 2020-10-16
Diffstat (limited to 'vim/.vim/vimrc')
-rwxr-xr-xvim/.vim/vimrc2
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