talcynon
talcynon
For `zigErrorSet`: I think there are two hurdles to getting this syntax rule to work... 1) You can't tell by looking at *just* `!x` whether it refers to an error...
Is it fair to say that a lone `else` should *always* be de-indented? Is there a time when it should *never* be de-indented?
@matu3ba I think the issue is limited to `if` expressions. (An `if` *statement* would always start on its own line.) For example, this is a valid Zig program: ```zig pub...