From 19f146de5f98de994ada7dabacb2cc3a6b9e9c90 Mon Sep 17 00:00:00 2001 From: Uli Schlachter Date: Sat, 26 Mar 2016 19:32:40 +0100 Subject: [PATCH] Add missing modeline to gears.shape Signed-off-by: Uli Schlachter --- lib/gears/shape.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/gears/shape.lua b/lib/gears/shape.lua index d2496b38e..993892be8 100644 --- a/lib/gears/shape.lua +++ b/lib/gears/shape.lua @@ -467,3 +467,5 @@ function module.transform(shape) end return module + +-- vim: filetype=lua:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:textwidth=80