summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Reichel <sre@ring0.de>2011-08-22 17:48:40 +0200
committerSebastian Reichel <sre@ring0.de>2011-08-22 17:48:40 +0200
commit5574ec7ae4bde71f49346a98c7c8800f629451c2 (patch)
tree8a7a0b06b4918b124b1abd81cc4dbe6870a45872
parentcf25ffeb6556bf30b29f6c74f21257fbbeb5e01f (diff)
downloadvim-config-5574ec7ae4bde71f49346a98c7c8800f629451c2.tar.bz2
use spaces for indention of debcontrol
-rw-r--r--vimrc3
1 files changed, 3 insertions, 0 deletions
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 <C-c> y: call system("xclip -i -selection clipboard", getreg("\""))<CR>
nmap <C-v> :call setreg("\"",system("xclip -o -selection clipboard"))<CR>p
+
+" debian/control indents must be spaces
+autocmd FileType debcontrol set expandtab