Format your Fennel!

$ luarocks install fnlfmt

For the most part, fnlfmt follows established lisp conventions when
determining how to format a given piece of code. Key/value tables are shown
with each key/value pair on its own line, unless they are small enough to
all fit on one line. Sequential tables similarly have each element on their
own line unless they fit all on a single line. Tables with string keys and
symbol values will use {: foo : bar} shorthand notation where possible.

Versions

0.3.1-1115 days ago35 downloads

Manifests