From d4e531c54791429c00d3ae4f524d509b58c4c7f9 Mon Sep 17 00:00:00 2001 From: Siphalor Date: Thu, 26 May 2022 16:16:45 +0200 Subject: [PATCH] Define 2-space-indentation for a couple of file types --- _vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_vimrc b/_vimrc index b6be293..67bdc05 100644 --- a/_vimrc +++ b/_vimrc @@ -146,7 +146,7 @@ command DelThis call delete(expand('%')) | bdelete! " Filetypes au BufRead,BufNewFile *.z80 set filetype=z8a -au BufRead,BufNewFile *.hs set tabstop=2 smarttab expandtab shiftwidth=2 +au BufRead,BufNewFile *.hs,*.yaml,*.yml set tabstop=2 smarttab expandtab shiftwidth=2 nnoremap map >>