nixos/after/ftplugin/yaml.vim

7 lines
117 B
VimL
Raw Normal View History

setlocal tabstop=2
setlocal softtabstop=2
setlocal shiftwidth=2
setlocal expandtab
let b:ale_linters = ['yamllint']