From ea33b36a12fdf0da7baae194fbe97984e5363883 Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Wed, 14 Jan 2015 07:23:02 +0100 Subject: [PATCH] Tab settings etc for Yaml files --- .vimrc | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.vimrc b/.vimrc index 385f980..ed050e4 100644 --- a/.vimrc +++ b/.vimrc @@ -165,3 +165,11 @@ autocmd FileType markdown set smarttab autocmd FileType markdown set expandtab autocmd FileType markdown set softtabstop=4 autocmd FileType markdown set autoindent + +" 2015-01-13 some sane Yaml settings +autocmd FileType yaml set tabstop=4 +autocmd FileType yaml set shiftwidth=4 +autocmd FileType yaml set smarttab +autocmd FileType yaml set expandtab +autocmd FileType yaml set softtabstop=4 +autocmd FileType yaml set autoindent