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
Some formatters have to know which file they're formatting; e.g. fourmolu for Haskell uses the file name to figure out which package the file belongs to, because some language settings may differ between packages.
Some formatters have to know which file they're formatting; e.g.
fourmolufor Haskell uses the file name to figure out which package the file belongs to, because some language settings may differ between packages.