diff options
-rw-r--r-- | src/kilo.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/kilo.c b/src/kilo.c index 731a035..3f3a516 100644 --- a/src/kilo.c +++ b/src/kilo.c @@ -1166,3 +1166,6 @@ int resumeEdit(lua_State* L) { } return Back_to_big_picture; } + +/* vim:tabstop=4:shiftwidth=0:expandtab:softtabstop=-1 + */ |