Open ZenVoich opened 9 months ago
Do not insert final newline
Do not wrap function call arguments
Do not remove space between case arg and body with no {} (this looks like a bug)
{}
Do not add space after assert, actor and debug_show when called as a function
assert
actor
debug_show
Do not place else and catch on the same line as closing bracket of prev block
else
catch
Bug when comment above else (adds extra ;)
;
Thanks for documenting these corner cases. It's going to be some time before I can get around to addressing most of these, but I found a quick fix for (3.) which I'll include in a new release.
Do not insert final newline
Do not wrap function call arguments
Do not remove space between case arg and body with no
{}
(this looks like a bug)Do not add space after
assert
,actor
anddebug_show
when called as a functionDo not place
else
andcatch
on the same line as closing bracket of prev blockBug when comment above
else
(adds extra;
)