vim: set tabstop to 4 for php

master
Guillaume Dott 2019-04-25 13:11:31 +02:00
parent 95a2c9dfbe
commit d59ea3070d
1 changed files with 1 additions and 1 deletions

View File

@ -203,7 +203,7 @@ autocmd BufWritePost *.pdf silent !mv ~/Documents/% %:p:h
let php_sql_query = 1 let php_sql_query = 1
let php_htmlInStrings = 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 " Don't screw up folds when inserting text that might affect them, until
" leaving insert mode. Foldmethod is local to the window. " leaving insert mode. Foldmethod is local to the window.