summaryrefslogtreecommitdiff
path: root/.vimrc
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2016-04-29 09:16:45 -0400
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2016-04-29 09:16:45 -0400
commit3e39355a96f615f2cb1e805c7d74efbc272de1cd (patch)
treea31b20b819e007d959db412c8d18ee1bf37bed8d /.vimrc
parent427a28ecbe0eb170e651e0530ab58d6e6f6c498c (diff)
parent1fcefd8815455e416c1eda3c8c1220831a2f82e9 (diff)
Merge pull request #3126 from poettering/small-fixes
fsync directory when creating or rotating journal files and other small fixes, most importantly for the DHCP DUID code.
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.vimrc b/.vimrc
index 7b436bd377..284bf88494 100644
--- a/.vimrc
+++ b/.vimrc
@@ -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