From 217f14fabb530a298ce8f494f1e3135b81829039 Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Mon, 26 Nov 2012 14:10:19 -0500 Subject: [PATCH] vimrc: sw=2 for yaml files --- vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/vimrc b/vimrc index ea747d0..83e3f5d 100755 --- a/vimrc +++ b/vimrc @@ -129,6 +129,7 @@ if has("autocmd") autocmd FileType html setlocal sw=2 ts=2 sts=2 autocmd FileType xhtml setlocal sw=2 ts=2 sts=2 autocmd FileType xml setlocal sw=2 ts=2 sts=2 + autocmd FileType yaml setlocal sw=2 ts=2 sts=2 autocmd FileType ruby setlocal sw=2 ts=2 sts=2 endif " has("autocmd")