vimrc: fix indentation logic for our docbook xml files

Make sure TAB results in 2ch indenting as we commonly use for our docbook XML
files.
This commit is contained in:
Lennart Poettering 2016-04-26 15:06:28 +02:00
parent e4196edfbf
commit 1cc457d998
1 changed files with 1 additions and 1 deletions

2
.vimrc
View File

@ -16,5 +16,5 @@ set shiftwidth=8
set expandtab
set makeprg=GCC_COLORS=\ make
set tw=79
au FileType xml set tw=119
au BufRead,BufNewFile *.xml set tw=119 shiftwidth=2 smarttab
au FileType c set tw=119