From f86d7d9af6d690e04ce7cfb213be21502f8d675f Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Mon, 7 Jun 2021 22:08:38 +0200 Subject: Add tablevel=2 and shiftwidth=2 for yaml files --- vim/.vim/after/ftplugin/yaml.vim | 1 + 1 file changed, 1 insertion(+) create mode 100644 vim/.vim/after/ftplugin/yaml.vim diff --git a/vim/.vim/after/ftplugin/yaml.vim b/vim/.vim/after/ftplugin/yaml.vim new file mode 100644 index 0000000..1b4c30f --- /dev/null +++ b/vim/.vim/after/ftplugin/yaml.vim @@ -0,0 +1 @@ +setlocal tabstop=2 shiftwidth=2 -- cgit v1.2.3