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
It removes the annoying chaotic jumps before module names, caused by the qualified keyword.
It clearly separates qualified and unqualified imports, which is especially useful in case of ImportQualifiedPost, because the type of import is no longer immediately distinguishable.
The text was updated successfully, but these errors were encountered:
amesgen
added
the
style
Nitpicking and things related to purely visual aspect for formatting.
label
Dec 9, 2024
Here's an example of an import block formatted with Ormolu:
ImportQualifiedPost version
I suggest to visually separate the imports into qualified and unqualified blocks:
ImportQualifiedPost version
Why?
qualified
keyword.ImportQualifiedPost
, because the type of import is no longer immediately distinguishable.The text was updated successfully, but these errors were encountered: