From 5a5f71b8175f8c271042f45157f2c00bdb5e51f6 Mon Sep 17 00:00:00 2001 From: Ryan Cavicchioni Date: Thu, 10 Jul 2014 00:35:49 -0500 Subject: [PATCH] Change Puppet file indentation. --- .vim/vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.vim/vimrc b/.vim/vimrc index 1bb48b6..062b65b 100644 --- a/.vim/vimrc +++ b/.vim/vimrc @@ -69,6 +69,7 @@ au FileType yaml set tabstop=2 shiftwidth=2 softtabstop=2 au FileType php set tabstop=4 shiftwidth=4 softtabstop=4 au FileType make set noexpandtab au FileType ruby,eruby setlocal ts=2 sw=2 tw=79 et sts=2 autoindent colorcolumn=80 +au FileType puppet setlocal ts=2 sw=2 tw=80 et sts=2 autoindent colorcolumn=80 " keyboard shortcuts nmap l :set list!