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-12-08 12:02:11 +0700
committerNguyễn Gia Phong <mcsinyx@disroot.org>2020-12-08 12:02:11 +0700
commita1deafa6ee56c7818419cfe0d318496c38523ee3 (patch)
tree5e28711870d71d6ff4086c285352523ac4fb5ef5 /vim/.vim/vimrc
parentb73bf44b7518cdf6d75b3bf79c67d217aced651f (diff)
downloaddotfiles-a1deafa6ee56c7818419cfe0d318496c38523ee3.tar.gz
Update 2020-12-08
Diffstat (limited to 'vim/.vim/vimrc')
-rwxr-xr-xvim/.vim/vimrc4
1 files changed, 2 insertions, 2 deletions
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