vim: set tabstop to 4 for php
parent
95a2c9dfbe
commit
d59ea3070d
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue