mirror of
https://github.com/ziglang/zig.git
synced 2026-03-12 06:09:39 +00:00
Bring this in line with how variable declarations are handled. Open a new indentation level for the initialization expression to handle nested expressions like blocks. Closes #7618