c447f291db
Set filetype settings for yaml Enable yamllint for ALE if installed
7 lines
117 B
VimL
7 lines
117 B
VimL
setlocal tabstop=2
|
|
setlocal softtabstop=2
|
|
setlocal shiftwidth=2
|
|
setlocal expandtab
|
|
|
|
let b:ale_linters = ['yamllint']
|