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 +