diff options
author | Florian Pritz <florian.pritz@rise-world.com> | 2019-04-13 18:22:55 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2019-04-13 19:30:59 +0200 |
commit | ac99f0feaf07a7439e77810acc51b363c5acce5c (patch) | |
tree | e009febc8a45ae909645fae41e2a3ce5873d437d | |
parent | 87d629df22da0b05ff673e6f24aa7a2b8137febb (diff) | |
download | dotfiles-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-- | .vimrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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]) |