From eac0f1c0d14a9c3ac33cefb8eed82fe6f6ea9849 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Wed, 2 Oct 2019 11:49:11 +0200 Subject: Include vim configuration --- .vim/ftplugin/yaml.vim | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .vim/ftplugin/yaml.vim (limited to '.vim/ftplugin/yaml.vim') diff --git a/.vim/ftplugin/yaml.vim b/.vim/ftplugin/yaml.vim new file mode 100644 index 0000000..0c0c07f --- /dev/null +++ b/.vim/ftplugin/yaml.vim @@ -0,0 +1,3 @@ +set shiftwidth=2 +set tabstop=2 +set expandtab -- cgit v1.1