From f7bc5e7fac5b27cd12e1a302a83b4bce635cc5d8 Mon Sep 17 00:00:00 2001 From: daniel Date: Sat, 24 Feb 2024 11:24:22 +0100 Subject: [PATCH] update vim cfg --- profiles/base/.vimrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/profiles/base/.vimrc b/profiles/base/.vimrc index d204751..7d1d56f 100644 --- a/profiles/base/.vimrc +++ b/profiles/base/.vimrc @@ -60,3 +60,6 @@ let g:indent_guides_start_level = 2 let g:indent_guides_guide_size = 1 set cursorline + +" yaml spacing +autocmd FileType yaml setlocal ts=2 sts=2 sw=2 expandtab