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
Idea is to reformat all of the import/export lists using patched version of stylish-haskell which is only configured to touch exports/imports but not the rest of the code.
This will make git diffs sane and lead to much less merge conflicts and obsessing over sorting/formatting of them.
Add some not about how to run it / install a pre commit hook.
The text was updated successfully, but these errors were encountered:
Idea is to reformat all of the import/export lists using patched version of
stylish-haskell
which is only configured to touch exports/imports but not the rest of the code.This will make
git diff
s sane and lead to much less merge conflicts and obsessing over sorting/formatting of them.Add some not about how to run it / install a pre commit hook.
The text was updated successfully, but these errors were encountered: