Skip to content

Commit

Permalink
add php fixers
Browse files Browse the repository at this point in the history
  • Loading branch information
sijad committed May 3, 2019
1 parent fb0dcb0 commit 2691db7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .config/nvim/init.vim
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,5 @@ let g:ale_fixers = {
\ 'typescript': ['eslint', 'tslint'],
\ 'json': ['prettier'],
\ 'css': ['prettier'],
\ 'php': ['php-cs-fixer'],
\ 'php': ['php_cs_fixer', 'phpcbf'],
\}

0 comments on commit 2691db7

Please sign in to comment.