aboutsummaryrefslogtreecommitdiff
path: root/vim/ftplugin/sh.vim
blob: 8cc42e2aa74217268be321ac0df9ae1a3941b2bd (plain)
1
2
let b:ale_linters = ['shell', 'shellcheck']
let b:ale_fixers = ['shfmt', 'trim_whitespace', 'remove_trailing_lines']