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
purescript-indentation.el: don't modify buffer if indentation unchanged
Currently calling indentation on a line that is already indented as
expected results in buffer being modified despite no changes being
actually done. Avoid this by checking if current indentation already
matches the one we just calculated and only reindenting on mismatch.
0 commit comments