From 4134ec733f45c4e5ed689aab491044aec0611d70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Wed, 1 Dec 2010 14:10:09 +0100 Subject: Add a vim-modeline for the config example. This sets the correct modes for vim when editing the configfile. This is especially needed, as YAML uses indentation for structures. Options set: - filetype to YAML (else 'conf' is infered) - set the number of spaces a tab is to 2 - expandtab -- do not insert \t but spaces --- data/doc/feed2imap/examples/feed2imaprc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'data') diff --git a/data/doc/feed2imap/examples/feed2imaprc b/data/doc/feed2imap/examples/feed2imaprc index 4bda33f..ae2f48c 100644 --- a/data/doc/feed2imap/examples/feed2imaprc +++ b/data/doc/feed2imap/examples/feed2imaprc @@ -67,3 +67,5 @@ feeds: # - name: test2 # target: [ *target, 'test2' ] # ... + +# vim: ft=yaml:sts=2:expandtab -- cgit v1.2.3