From 53209bff90cc561d977f52c371e4c0e7692480a0 Mon Sep 17 00:00:00 2001 From: ViViDboarder Date: Mon, 28 Oct 2019 09:20:25 -0700 Subject: [PATCH] Update YAML indent Making it 2 spaces to make indentation a bit cleaner when displaying lists --- vim/ftplugin/yaml.vim | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 vim/ftplugin/yaml.vim diff --git a/vim/ftplugin/yaml.vim b/vim/ftplugin/yaml.vim new file mode 100644 index 0000000..24fea35 --- /dev/null +++ b/vim/ftplugin/yaml.vim @@ -0,0 +1,2 @@ +" Set YAML indent to 2 because list objects are weird otherwise +set shiftwidth=2