From 1ae8982e1593305c33cc6d521e603d11bfb8056f Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Wed, 13 May 2020 17:10:35 +0200 Subject: ftplugin: add yaml.vim --- .vim/ftplugin/yaml.vim | 6 ++++++ 1 file changed, 6 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..dabd930 --- /dev/null +++ b/.vim/ftplugin/yaml.vim @@ -0,0 +1,6 @@ +setlocal textwidth=0 +setlocal tabstop=2 +setlocal softtabstop=2 +setlocal shiftwidth=2 +setlocal expandtab +setlocal smartindent -- cgit v1.2.3-54-g00ecf