summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Pritz <florian.pritz@rise-world.com>2019-04-13 18:22:55 +0200
committerFlorian Pritz <bluewind@xinu.at>2019-04-13 19:30:59 +0200
commitac99f0feaf07a7439e77810acc51b363c5acce5c (patch)
treee009febc8a45ae909645fae41e2a3ce5873d437d
parent87d629df22da0b05ff673e6f24aa7a2b8137febb (diff)
downloaddotfiles-ac99f0feaf07a7439e77810acc51b363c5acce5c.tar.gz
dotfiles-ac99f0feaf07a7439e77810acc51b363c5acce5c.tar.xz
vimrc: set et for cucumber files
Signed-off-by: Florian Pritz <florian.pritz@rise-world.com>
-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])