summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.vimrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc
index 285f7d0..6e22c63 100644
--- a/.vimrc
+++ b/.vimrc
@@ -362,6 +362,7 @@ autocmd FileType text setlocal textwidth=78
autocmd FileType tex setlocal linebreak spell
autocmd FileType mail setlocal linebreak spell | inoremap <enter> <C-R>=(Ulti_ExpandOrJump_and_getRes() == 1)?"":"\n"<CR>
autocmd BufRead,BufNewFile PKGBUILD let is_bash=1 | set ft=sh
+autocmd FileType cucumber setlocal expandtab
" move to first line in git commits
autocmd FileType gitcommit autocmd! BufEnter COMMIT_EDITMSG call setpos('.', [0, 1, 1, 0])