rssVideos
This commit is contained in:
parent
df4e28796f
commit
a0d2d3082d
6 changed files with 189 additions and 4 deletions
|
@ -5,7 +5,7 @@ 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', 'phpcbf']
|
||||
let g:ale_fixers = ['autopep8', '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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue