From 058190a3c0cc2097d349ea5adb0ed15461789ad1 Mon Sep 17 00:00:00 2001 From: Lucas Schwiderski Date: Mon, 22 Mar 2021 20:22:12 +0100 Subject: [PATCH] Add missing modelines Signed-off-by: Lucas Schwiderski --- lib/gears/table.lua | 2 ++ spec/gears/table_spec.lua | 2 ++ 2 files changed, 4 insertions(+) diff --git a/lib/gears/table.lua b/lib/gears/table.lua index 6572fdd3..7d4f00bd 100644 --- a/lib/gears/table.lua +++ b/lib/gears/table.lua @@ -415,3 +415,5 @@ function gtable.map(f, tbl) end return gtable + +-- vim: filetype=lua:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:textwidth=80 diff --git a/spec/gears/table_spec.lua b/spec/gears/table_spec.lua index 1c33055d..f46f83b0 100644 --- a/spec/gears/table_spec.lua +++ b/spec/gears/table_spec.lua @@ -132,3 +132,5 @@ describe("gears.table", function() end) end) end) + +-- vim: filetype=lua:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:textwidth=80