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
Using fantomas . --recurse --indent 2 --pageWidth 90, it usually elides empty lines which are in the code to separate stanzas (e.g. the Act/Arrange/Assert parts of a test, where I am happy for line rearrangement within the stanza), but will sometimes insert them where they did not exist before, and where they have no good reason to exist, such as
Using
fantomas . --recurse --indent 2 --pageWidth 90
, it usually elides empty lines which are in the code to separate stanzas (e.g. the Act/Arrange/Assert parts of a test, where I am happy for line rearrangement within the stanza), but will sometimes insert them where they did not exist before, and where they have no good reason to exist, such asBefore
After
The text was updated successfully, but these errors were encountered: