phpfmt - releases vim - config let g:phpfmt_on_save = get(g:, 'phpfmt_on_save', 1) " format on save (autocmd) let g:phpfmt_indent_with_space = 4 " use spaces instead of tabs for indentation let g:phpfmt_config = "/home/work/.vim/custom/phpfmt.ini"