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
Fixes#81
- This also reverts my `alpha.4` behavior-change where top-of-file
comments always got a newline injected below them. Now we neither inject
nor delete 1 blank line below the last top-of-file-comment.
- This reverts snapshot changes (around top-of-file blank-lines) as
compared to our pre-4.0.0-alpha.4 behavior.
- Fixes some cases where we would introduce a newline when combining type and value imports (reference #54)
---------
Co-authored-by: Ian VanSchooten <ian.vanschooten@gmail.com>
In #54 (comment) we decided to protect top-of-file (before-first-import) comments more aggressively.
Unhappy Test Case:
The text was updated successfully, but these errors were encountered: