From 5574ec7ae4bde71f49346a98c7c8800f629451c2 Mon Sep 17 00:00:00 2001 From: Sebastian Reichel Date: Mon, 22 Aug 2011 17:48:40 +0200 Subject: use spaces for indention of debcontrol --- vimrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vimrc b/vimrc index c2b821a..e4cfbee 100644 --- a/vimrc +++ b/vimrc @@ -130,3 +130,6 @@ set rulerformat=%33(%{fugitive#statusline()}%=%10(%l,%c%V%=%5(%p%%%)%)%) " copy & paste vmap y: call system("xclip -i -selection clipboard", getreg("\"")) nmap :call setreg("\"",system("xclip -o -selection clipboard"))p + +" debian/control indents must be spaces +autocmd FileType debcontrol set expandtab -- cgit v1.2.3