mirror of
https://github.com/danbee/dotfiles-local
synced 2025-03-04 08:49:07 +00:00
Add ALE fixers for Ruby and Javascript
This commit is contained in:
parent
9190d51bd6
commit
977080204e
12
vim/vimrc.d/ale-fixers.vim
Normal file
12
vim/vimrc.d/ale-fixers.vim
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
let g:ale_fixers = {
|
||||||
|
\ 'javascript': [
|
||||||
|
\ 'remove_trailing_lines',
|
||||||
|
\ 'trim_whitespace',
|
||||||
|
\ 'eslint'
|
||||||
|
\ ],
|
||||||
|
\ 'ruby': [
|
||||||
|
\ 'remove_trailing_lines',
|
||||||
|
\ 'trim_whitespace',
|
||||||
|
\ 'rubocop'
|
||||||
|
\ ]
|
||||||
|
\}
|
||||||
Loading…
Reference in New Issue
Block a user