freebsd-dev/stand/lua
Kyle Evans b57465454b stand/lua: Consistently organize modules
We follow pretty closely the following structure of a module:

1. Copyright notice
2. Module requires
3. Module local declarations
4. Module local definitions
5. Module exports
6. return

Re-organize the one-offs (config/drawer) and denote the start of module
exports with a comment.
2018-02-20 14:45:58 +00:00
..
color.lua stand/lua: Consistently organize modules 2018-02-20 14:45:58 +00:00
config.lua stand/lua: Consistently organize modules 2018-02-20 14:45:58 +00:00
core.lua stand/lua: Consistently organize modules 2018-02-20 14:45:58 +00:00
drawer.lua stand/lua: Consistently organize modules 2018-02-20 14:45:58 +00:00
loader.lua
Makefile
menu.lua stand/lua: Consistently organize modules 2018-02-20 14:45:58 +00:00
password.lua stand/lua: Consistently organize modules 2018-02-20 14:45:58 +00:00
screen.lua stand/lua: Consistently organize modules 2018-02-20 14:45:58 +00:00