From d98ec8dc707eab15037632f2b4f3fe1fda0d08c9 Mon Sep 17 00:00:00 2001 From: Ryan Reed Date: Thu, 21 Oct 2021 13:20:07 -0400 Subject: [PATCH] Moving to tabstops of 2 for yaml --- dot_vim/after/ftplugin/yaml.vim | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dot_vim/after/ftplugin/yaml.vim b/dot_vim/after/ftplugin/yaml.vim index e234ac6..0c5222d 100644 --- a/dot_vim/after/ftplugin/yaml.vim +++ b/dot_vim/after/ftplugin/yaml.vim @@ -1,4 +1,4 @@ -setlocal shiftwidth=4 -setlocal softtabstop=4 -setlocal tabstop=4 +setlocal shiftwidth=2 +setlocal softtabstop=2 +setlocal tabstop=2 setlocal foldmethod=indent