3 lines
63 B
VimL
3 lines
63 B
VimL
|
" Use shfmt as ALE fixer for bash
|
||
|
let b:ale_fixers=[ 'shfmt' ]
|