Doing PHP today, yeah
This commit is contained in:
parent
febfc63d7a
commit
03887208a9
6
vimrc
6
vimrc
|
@ -71,7 +71,11 @@ nmap <F3> :ALEFix<CR>
|
|||
let g:ale_sign_error = '×'
|
||||
let g:ale_sign_warning = '!'
|
||||
let g:ale_completion_enabled = 1
|
||||
let g:ale_fixers = ['shfmt', 'uncrustify', 'remove_trailing_lines', 'trim_whitespace']
|
||||
let g:ale_fixers = ['shfmt', 'uncrustify', 'remove_trailing_lines', 'trim_whitespace', 'phpcbf']
|
||||
let g:ale_php_phpcs_standard = '/srv/http/machines/ruleset.xml'
|
||||
|
||||
" For PHP, install https://pear.php.net/package/PHP_CodeSniffer
|
||||
|
||||
|
||||
""" UNDOTREE """
|
||||
|
||||
|
|
Loading…
Reference in a new issue