Files in the top-level directory from the latest check-in
- LICENSE
- luafmt.lua
- notes
- readme.md
- todo.txt
luafmt
Dependencies
- lua5.3>
- lxsh
Run:
luafmt subcommand file
Subcommands:
- cozyline line of code, no comments! (but a bit of whitespace)
- codeline line of code, no comments! (no whitespace!)
- spaceyline line of code, but with added whitespace to try to make it legible
- look outputs what the lexer sees
Formatting rules for subcommands
cozyline
line of code, no comments! (but a bit of whitespace)
codeline
line of code, no comments! (no whitespace!)