Update YAML indent

Making it 2 spaces to make indentation a bit cleaner when displaying lists
This commit is contained in:
ViViDboarder 2019-10-28 09:20:25 -07:00
parent 1e7156d172
commit 53209bff90
1 changed files with 2 additions and 0 deletions

2
vim/ftplugin/yaml.vim Normal file
View File

@ -0,0 +1,2 @@
" Set YAML indent to 2 because list objects are weird otherwise
set shiftwidth=2