From 9b8005439ac351ded8f6286aefa2378d25d7add5 Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Mon, 7 Dec 2020 19:09:32 +0100 Subject: vim: update after/ftplugin/* --- .vim/after/ftplugin/yaml.vim | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .vim/after/ftplugin/yaml.vim (limited to '.vim/after/ftplugin/yaml.vim') diff --git a/.vim/after/ftplugin/yaml.vim b/.vim/after/ftplugin/yaml.vim new file mode 100644 index 0000000..2d09076 --- /dev/null +++ b/.vim/after/ftplugin/yaml.vim @@ -0,0 +1,2 @@ +" fix indent +set et sts=2 -- cgit 1.4.1