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