Merge pull request #367 from bebehei/config-modeline

Add vim modeline to config.def.h
This commit is contained in:
Nikos Tsipinakis 2017-09-06 21:59:09 +03:00 committed by GitHub
commit 06df0dca0e

View File

@ -99,3 +99,5 @@ rule_t default_rules[] = {
/* { "rule4", "Pidgin", "*signed off*", NULL, NULL, NULL, -1, -1, LOW, MARKUP_NULL, false, NULL, NULL, NULL, NULL, NULL}, */
/* { "rule5", NULL, "*foobar*", NULL, NULL, NULL, -1, -1, -1, MARKUP_NULL, false, NULL, NULL, "#00FF00", NULL, NULL}, */
};
/* vim: set tabstop=8 shiftwidth=8 expandtab textwidth=0: */