From 719ac1d4d9bda0565380a5e89f065eb504fb2a23 Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Thu, 3 Jun 2021 20:12:47 +0200 Subject: vim: ftplugin yaml --- .vim/ftplugin/yaml.vim | 1 + 1 file changed, 1 insertion(+) create mode 100644 .vim/ftplugin/yaml.vim (limited to '.vim/ftplugin') diff --git a/.vim/ftplugin/yaml.vim b/.vim/ftplugin/yaml.vim new file mode 100644 index 0000000..0107133 --- /dev/null +++ b/.vim/ftplugin/yaml.vim @@ -0,0 +1 @@ +setlocal shiftwidth=2 softtabstop=2 expandtab -- cgit v1.2.3