vim: set shiftwidth to 4 for php

master
Guillaume Dott 2019-04-12 15:36:41 +02:00
parent b47d06f35e
commit 5710a11ea2
1 changed files with 1 additions and 1 deletions

View File

@ -202,7 +202,7 @@ autocmd BufWritePost *.pdf silent !mv ~/Documents/% %:p:h
let php_sql_query = 1
let php_htmlInStrings = 1
au Filetype css vertical resize 50
autocmd FileType php setlocal shiftwidth=4
" Don't screw up folds when inserting text that might affect them, until
" leaving insert mode. Foldmethod is local to the window.