freebsd-dev/stand/lua
Kyle Evans 66964bbc36 lualoader: Attend to some 80-col issues, pointed out by luacheck
Graphics have a tendency to cause 80-col issues, so make an exception to our
standard indentation guidelines for these graphics. This does not hamper
readability too badly.

Two 40-column strings of spaces is trivially replaced with
string.rep(" ", 80)
2018-02-22 20:10:23 +00:00
..
cli.lua lualoader: Address some 'luacheck' concerns 2018-02-22 04:15:02 +00:00
color.lua lualoader: Drop excessive parenthesizing 2018-02-21 01:35:19 +00:00
config.lua lualoader: Attend to some 80-col issues, pointed out by luacheck 2018-02-22 20:10:23 +00:00
core.lua lualoader: Address some 'luacheck' concerns 2018-02-22 04:15:02 +00:00
drawer.lua lualoader: Attend to some 80-col issues, pointed out by luacheck 2018-02-22 20:10:23 +00:00
loader.lua lualoader: Address some 'luacheck' concerns 2018-02-22 04:15:02 +00:00
Makefile lualoader: Split cli bits out into a cli module 2018-02-22 01:21:39 +00:00
menu.lua lualoader: Attend to some 80-col issues, pointed out by luacheck 2018-02-22 20:10:23 +00:00
password.lua lualoader: Address some 'luacheck' concerns 2018-02-22 04:15:02 +00:00
screen.lua lualoader: Remove nasty hack for not printing out ".0" 2018-02-21 21:39:47 +00:00