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
I tend to add empty lines between logical blocks of code inside functions so the code is more legible (it's a matter of taste, I know, but I imagine I'm not the only one doing this). Unfortunately Fantomas removes these empty lines (and using PreserveEndOfLine is an overkill).
Description
I tend to add empty lines between logical blocks of code inside functions so the code is more legible (it's a matter of taste, I know, but I imagine I'm not the only one doing this). Unfortunately Fantomas removes these empty lines (and using
PreserveEndOfLine
is an overkill).Repro code
Example code:
gets formatted to
The text was updated successfully, but these errors were encountered: