From fd7e8c1259f0f1f2026cf64018d86327c8fb2b91 Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Mon, 24 Jan 2022 13:31:37 +0100 Subject: vim ftplugin --- .vim/ftplugin/icinga2.vim | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .vim/ftplugin/icinga2.vim (limited to '.vim/ftplugin/icinga2.vim') diff --git a/.vim/ftplugin/icinga2.vim b/.vim/ftplugin/icinga2.vim new file mode 100644 index 0000000..202dce7 --- /dev/null +++ b/.vim/ftplugin/icinga2.vim @@ -0,0 +1,3 @@ +setlocal tabstop=2 +setlocal expandtab +setlocal shiftwidth=2 -- cgit v1.2.3