From 1eb1be4191e049aee2caa38aaca9384cd6af660a Mon Sep 17 00:00:00 2001 From: Jonas Forsberg Date: Fri, 21 Aug 2020 09:50:14 +0200 Subject: [PATCH] autocmd for yaml files --- .vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.vimrc b/.vimrc index b8734da..f86596d 100644 --- a/.vimrc +++ b/.vimrc @@ -144,6 +144,7 @@ if has("autocmd") " Set filetype tab settings autocmd FileType python,doctest set ai ts=4 sw=4 sts=4 et + autocmd FileType yaml setlocal ts=2 sts=2 sw=2 expandtab endif