diff --git a/vimrc b/vimrc index 8038b51..b1152dd 100644 --- a/vimrc +++ b/vimrc @@ -24,6 +24,7 @@ set mouse=v " Sepcial configurations autocmd Filetype make setlocal noexpandtab +autocmd BufNewFile,BufRead rsnapshot.conf setlocal noexpandtab " Autocompletion (bash) set wildmode=longest,list,full