From d59ea3070daf70b88da4d39b462f7488e85c725d Mon Sep 17 00:00:00 2001 From: Guillaume Dott Date: Thu, 25 Apr 2019 13:11:31 +0200 Subject: [PATCH] vim: set tabstop to 4 for php --- vim/vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/vimrc b/vim/vimrc index 104bc99..24456b3 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -203,7 +203,7 @@ autocmd BufWritePost *.pdf silent !mv ~/Documents/% %:p:h let php_sql_query = 1 let php_htmlInStrings = 1 -autocmd FileType php setlocal shiftwidth=4 +autocmd FileType php setlocal shiftwidth=4 tabstop=4 " Don't screw up folds when inserting text that might affect them, until " leaving insert mode. Foldmethod is local to the window.