Add missing modelines

Signed-off-by: Lucas Schwiderski <lucas@lschwiderski.de>
This commit is contained in:
Lucas Schwiderski 2021-03-22 20:22:12 +01:00
parent 07df24f7d0
commit 058190a3c0
No known key found for this signature in database
GPG Key ID: AA12679AAA6DF4D8
2 changed files with 4 additions and 0 deletions

View File

@ -415,3 +415,5 @@ function gtable.map(f, tbl)
end
return gtable
-- vim: filetype=lua:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:textwidth=80

View File

@ -132,3 +132,5 @@ describe("gears.table", function()
end)
end)
end)
-- vim: filetype=lua:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:textwidth=80