aboutsummaryrefslogtreecommitdiffstats
path: root/vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc10
1 files changed, 1 insertions, 9 deletions
diff --git a/vimrc b/vimrc
index be42bb7..5f66e1d 100644
--- a/vimrc
+++ b/vimrc
@@ -147,6 +147,7 @@
" http://vim.wikia.com/wiki/Default_filetype#Setting_a_default_filetype
" and http://marc.info/?l=vim&m=100254210012793&w=2. Instead the
" variable needed to be set directly.
+" * Move gitcommit indentation settings from vimrc to ftplugin/gitcommit
"
@@ -482,15 +483,6 @@ command! CopyModeToggle call CopyModeToggle()
" endif
-" Indentation rules by file type
-augroup filetype_indentation
- autocmd!
-
- " git commit messages
- autocmd FileType gitcommit setlocal expandtab tabstop=2 softtabstop=2 shiftwidth=2
-augroup END
-
-
" Project Settings
" ================