The parameter indention is broken since the introduction of the new razor editor from .NET 5 onwards.
Within the very old editor, component parameters were indented underneith each other like this:

The editor does this wrong since .NET 5. Parameters are now indented like this:

Even more strange is the indention of blazor syntax within HTML.
