From bb275ee36f0e62ae99b62790390c6f9735b12c87 Mon Sep 17 00:00:00 2001 From: nirenjan Date: Wed, 3 Jul 2013 14:14:06 -0700 Subject: [PATCH] Add vim editing settings for changelog files Also add new changelog.vim file to the install list. --- ftplugin/changelog.vim | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 ftplugin/changelog.vim diff --git a/ftplugin/changelog.vim b/ftplugin/changelog.vim new file mode 100644 index 0000000..28e045b --- /dev/null +++ b/ftplugin/changelog.vim @@ -0,0 +1,10 @@ +" File: changelog.vim +" Author: Nirenjan Krishnan +" Description: ChangeLog editing settings +" Last Modified: July 3, 2013 + +setlocal tabstop=8 +setlocal softtabstop=8 +setlocal shiftwidth=8 +setlocal noexpandtab +