I6 pretty-printer?

Are there any tools for pretty-printing Inform 6 source code?

I’m working with a mixed group on a PunyInform project, and the indentation and layout of code is something that is starting to diverge in different parts of the codebase. I find myself wishing I could stick a tool analogous to Black into our build system, so that everyone who runs the tests on their laptops standardises the source code first.

1 Like

There’s been syntax-colorers, but I haven’t ever seen a code-formatting tool.

2 Likes