From ba70ec5b4fa2ac5d0c1cad0a2e2e7ef5052728ba Mon Sep 17 00:00:00 2001 From: Ivan Kanakarakis Date: Thu, 13 Sep 2012 20:08:15 +0300 Subject: add vim modeline --- config.def.h | 2 ++ monsterwm.c | 2 ++ 2 files changed, 4 insertions(+) diff --git a/config.def.h b/config.def.h index aaf92b3..6e11747 100644 --- a/config.def.h +++ b/config.def.h @@ -84,3 +84,5 @@ static Button buttons[] = { { MOD1, Button3, mousemotion, {.i = RESIZE}}, }; #endif + +/* vim: set expandtab ts=4 sts=4 sw=4 : */ diff --git a/monsterwm.c b/monsterwm.c index 0c68845..bdaceba 100644 --- a/monsterwm.c +++ b/monsterwm.c @@ -1142,3 +1142,5 @@ int main(int argc, char *argv[]) { XCloseDisplay(dis); return 0; } + +/* vim: set expandtab ts=4 sts=4 sw=4 : */ -- cgit v1.3.1