diff options
Diffstat (limited to 'vim')
| -rw-r--r-- | vim/autocmd.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/autocmd.vim b/vim/autocmd.vim index 74c1319..f6154f8 100644 --- a/vim/autocmd.vim +++ b/vim/autocmd.vim @@ -9,7 +9,7 @@ autocmd FileType yacc set shiftwidth=4 tabstop=4 autocmd FileType go set shiftwidth=4 tabstop=4 autocmd FileType ruby set shiftwidth=2 tabstop=2 autocmd FileType cpp set shiftwidth=4 tabstop=4 -autocmd FileType php set shiftwidth=2 tabstop=2 +autocmd FileType php set shiftwidth=4 tabstop=4 autocmd FileType javascript set shiftwidth=2 tabstop=2 " Call gofmt on save. |
