From 12a288bd894a5d7777c13c0978456d8e79cea05f Mon Sep 17 00:00:00 2001 From: Ben Burwell Date: Thu, 6 Feb 2020 15:11:51 -0500 Subject: vim: scdoc noexpandtab --- templates/.vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/.vimrc b/templates/.vimrc index d93dfa4..09ea433 100644 --- a/templates/.vimrc +++ b/templates/.vimrc @@ -52,6 +52,7 @@ au FileType gitconfig setlocal noexpandtab au FileType crontab setlocal nowritebackup au FileType mail setlocal spell au FileType bindzone setlocal noexpandtab ts=8 sts=8 sw=8 +au BufNewFile,BufRead *.scd setlocal syntax=conf noexpandtab au BufWritePost $CONF_SOURCE/templates/* call ConfApply(expand('%:p')) -- cgit v1.2.3