From 8181d4b4f60a3218fc08cf44d59bdf09243416d4 Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Sat, 5 Aug 2017 21:04:17 +0000 Subject: [PATCH] Use two-space indent for YAML files --- vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/vimrc b/vimrc index 2d0793c..c94db51 100644 --- a/vimrc +++ b/vimrc @@ -104,6 +104,7 @@ if has("autocmd") autocmd BufRead,BufNewFile *.md set filetype=markdown autocmd BufRead,BufNewFile *.md set shiftwidth=2 autocmd BufRead,BufNewFile *.xml set shiftwidth=2 + autocmd BufRead,BufNewFile *.yml set shiftwidth=2 endif if has("folding")