You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ErickSkrauch/align_multiline_parameters now correctly handles non-latin types and variable names (but you still shouldn't do that).
Fixed
Bug #6: ErickSkrauch/align_multiline_parameters not working correctly with unions and intersections.
ErickSkrauch/align_multiline_parameters inserted a space between the type and the param name in the wrong position when there was no whitespace between them.
ErickSkrauch\line_break_after_statements no longer removes extra blank lines in consecutive closing curly braces. Use no_extra_blank_lines with curly_brace_block tokens configuration for this fix.