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
Yeah, the problem is that we need to run the Elixir formatter before we run ours, keeping its original behavior, including the line length. We need to find another way to do that. Maybe something like:
read the original tables
run the Elixir formatter
replace the wrongly formatted tables with the original ones
The following code:
is formatted like this:
Here is a test that reproduce the error
I am suspecting the
line_length
to be the cause of this behaviour.I believe we should override the
line_length
to properly render the table. WDYT? ping @msaraivaThe text was updated successfully, but these errors were encountered: