Instead of INDENT=3, you now have an indent level for each type of
structure

INDENT_IF=3
INDENT_FOR=3
INDENT_CASE=3
INDENT_FUNC=3
INDENT_BEGIN=3
INDENT_WHILE=3

---

The Aligner on @ SAY GET's now has four options for alignment.

options are 0, no alignment
1, each element type in it's own aligned column
2, Columns aligned, but not by type
3, Each element in it's own row.

If you use option 3, there is no reverse process.
Review the output before you commit to method 3.

I suspect that option 2 will fit the best.

@_SAY_GET_ALIGNMENT_METHOD=2

---

You can turn on and off Click! processing with:

*+CLICKOFF

lines between these commands will not be processed.

*+CLICKON

Now, if you find something in your code that Click! handles very badly,
you can turn off Click! processing around that area, and you won't have
to deal with Click's bad behaviour in that area of your code.