From c8d51ced13e2025d04275bbe40afe5c9ae1c1938 Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Mon, 2 May 2016 10:39:42 -0700 Subject: [PATCH] [vim] Set line length to 80 for git commit messages --- vim/after/ftplugin/gitcommit.vim | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 vim/after/ftplugin/gitcommit.vim diff --git a/vim/after/ftplugin/gitcommit.vim b/vim/after/ftplugin/gitcommit.vim new file mode 100644 index 0000000..8b1ad9f --- /dev/null +++ b/vim/after/ftplugin/gitcommit.vim @@ -0,0 +1,4 @@ +" gitcommit.vim +" Eryn Wells + +setlocal tw=80