From: Oleg Broytman Date: Thu, 18 Jun 2015 14:31:36 +0000 (+0300) Subject: Expand tabs to spaces in changelogs X-Git-Url: https://git.phdru.name/?a=commitdiff_plain;h=5b99f1538a673a3f116efc5784852731c4af687f;p=dotfiles.git Expand tabs to spaces in changelogs --- diff --git a/.vim/after/ftplugin/changelog.vim b/.vim/after/ftplugin/changelog.vim new file mode 100644 index 0000000..5245bdc --- /dev/null +++ b/.vim/after/ftplugin/changelog.vim @@ -0,0 +1 @@ +setlocal expandtab