On braces and indentation-based syntax

How do you line up long blocks without indenting braced code?

I genuinely can’t fathom how indented blocks could be harder to read than non-indented code with braces? Please enlighten me.

Is it that the IDE highlights the matching braces? So nesting is visualized more readily? Note the IDE could be programmed to highlight the equivalent matching ends with braceless as well.