From 3133cb3cc7aed1481584a73597d7164088b47d13 Mon Sep 17 00:00:00 2001 From: Harald Pfeiffer Date: Thu, 24 Mar 2022 22:32:57 +0100 Subject: force yaml to noexpandtab eventually --- .vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.vimrc b/.vimrc index d547026..f700680 100644 --- a/.vimrc +++ b/.vimrc @@ -16,6 +16,7 @@ set autoindent set copyindent set noexpandtab au BufReadPost *.inc set syntax=php " .inc will be considered PHP +autocmd FileType yaml set noexpandtab " force yaml to use single whitespaces syntax on filetype plugin on -- cgit v1.2.3