summaryrefslogtreecommitdiffstats
path: root/vim/.vim/ftplugin/sh.vim
blob: 728eb70333028eccc13b77b1d70f6e172dbcfff8 (plain) (blame)
1
2
3
4
let b:is_bash = 1
let b:ale_fixers = { 'sh': ['shfmt'] }
let b:ale_fix_on_save = 1
let b:ale_sh_shfmt_options = '-i 4'