vim-settings/vim/ftplugin/yaml.vim
ViViDboarder 53209bff90 Update YAML indent
Making it 2 spaces to make indentation a bit cleaner when displaying lists
2019-10-28 09:20:25 -07:00

3 lines
81 B
VimL

" Set YAML indent to 2 because list objects are weird otherwise
set shiftwidth=2