From ba15295f8554a546d74b5789eb68b438ddb7dc90 Mon Sep 17 00:00:00 2001 From: Thomas Schneider Date: Tue, 18 Jul 2017 09:07:27 +0200 Subject: Update vim files Signed-off-by: Thomas Schneider --- dot.vimrc.local | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'dot.vimrc.local') diff --git a/dot.vimrc.local b/dot.vimrc.local index ac28c4a..76143a9 100644 --- a/dot.vimrc.local +++ b/dot.vimrc.local @@ -9,3 +9,7 @@ augroup filetypedetect au BufNewFile, BufRead .tmux.conf*,tmux.conf* setf tmux augroup END au FileType haskell setlocal expandtab +au FileType ruby set tabstop=2 shiftwidth=2 expandtab textwidth=80 +au FileType yaml set tabstop=2 shiftwidth=2 expandtab textwidth=80 +au BufNewFile,BufRead c[0-9][0-9][0-9][0-9]-fsmpi-[0-9]-config set filetype=cisco +au BufNewFile,BufRead (startup|running|network)-config set filetype=cisco -- cgit v1.2.3