Method
pushIndentation()
Pushes a new indentation level onto the stack.
@MainActor func pushIndentation()
Discussion
The current indentation is incremented and becomes the new current indentation. This is typically called when entering a block.