Documentation ¶
Overview ¶
A tool to re-indent Squirrel scripting language source code. This is not a full-blown formatter like gofmt and does not aspire to be one. It was created for the limited purpose to be used in the context of the other tools in this module.
Usage:
nutfmt [-w] [path ...]
Flags:
-w Write result to the source file instead of standard output.
Examples:
nutfmt Example.bnut | less nutfmt -w Example.bnut nutfmt -w *.bnut
Click to show internal directories.
Click to hide internal directories.