We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
I have a line that looks like:
t = dt_s * collect(-buffer_size:-1)
and the new version of the formatter converts it to
t = dt_s * collect((-buffer_size):-1)
I don't want parentheses there, but there seems to be no way currently to turn that off.