Skip to content

Fixed haskell-indentation-newline-and-indent #837

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 2, 2015

Conversation

rietmann
Copy link
Contributor

The "melpa-stable" release was correct, but I guess the recent
refactoring effort created a regression. The new version did a newline
before storing the current column/indentation. This means that
would newline and be indented all the way at the left. This fixes
the behavior while following the new code style. (save column first,
then newline, then reindent)

The "melpa-stable" release was correct, but I guess the recent
refactoring effort created a regression. The new version did a newline
before storing the current column/indentation. This fixes
the behavior while following the new code style. (save column first,
then newline, then reindent)
gracjan added a commit that referenced this pull request Sep 2, 2015
Fixed `haskell-indentation-newline-and-indent`
@gracjan gracjan merged commit de3eae4 into haskell:master Sep 2, 2015
@gracjan
Copy link
Contributor

gracjan commented Sep 2, 2015

I've merged this as is because it seems good. @rietmann, can you as a follow up task provide an ERT test case so that we do not have the same issue ever again?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants