From 652634143a78e262f0e26a10f253d2385fb44a41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robin=20Ob=C5=AFrka?= Date: Mon, 11 Mar 2019 12:58:55 +0100 Subject: Refactor file type configuration to the ftplugin --- .vim/ftplugin/yaml.vim | 1 + 1 file changed, 1 insertion(+) 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..510b376 --- /dev/null +++ b/.vim/ftplugin/yaml.vim @@ -0,0 +1 @@ +set expandtab tabstop=2 shiftwidth=2 spell spelllang=en -- cgit v1.2.3