Change Puppet file indentation.

This commit is contained in:
Ryan Cavicchioni 2014-07-10 00:35:49 -05:00
parent 7f4db8daf0
commit 5a5f71b817

View File

@ -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 <silent> <leader>l :set list!<CR>