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
letf()=async{letx=2return some rather long |> stuff that |> uses piping |> to' demonstrate |> the issue
}
Result
letf()=async{letx=2return some rather long
|> stuff that
|> uses piping
|> to' demonstrate
|> the issue
}
Better (IMHO)
letf()=async{letx=2return
some rather long
|> stuff that
|> uses piping
|> to' demonstrate
|> the issue
}
Problem description
I find that excessive right-aligning damages the readability (see #657 for reasoning; other related issues are #658, #659).
IMHO it would be best if Fantomas avoided excessive right-aligning by default, but I'd be happy just to have the ability to configure this.
Extra information
The formatted result breaks by code.
The formatted result gives compiler warnings.
I or my company would be willing to help fix this. (I'll help in any way I can except implementation; I don't have the capacity to ramp up on a new codebase now)
Issue created from fantomas-online
Code
Result
Better (IMHO)
Problem description
I find that excessive right-aligning damages the readability (see #657 for reasoning; other related issues are #658, #659).
IMHO it would be best if Fantomas avoided excessive right-aligning by default, but I'd be happy just to have the ability to configure this.
Extra information
Options
Fantomas Master at 08/31/2020 11:05:40 - 71328ce
Default Fantomas configuration
The text was updated successfully, but these errors were encountered: