Skip to content

Don't check for Haskell's "curly braces" indentation #59

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

Conversation

Hi-Angel
Copy link
Member

@Hi-Angel Hi-Angel commented May 29, 2025

PureScript doesn't support "curly braces" mode as Haskell does, so the only thing the code did was introducing some bug where mixing let-in and case-of statements were breaking indentation.

Credits to @purefunctor for the solution.

Fixes: #12

PureScript doesn't support "curly braces" mode as Haskell does, so the
only thing the code did was introducing some bug where mixing let-in
and case-of statements were breaking indentation.

Credits to @purefunctor for the solution.

Fixes: purescript-emacs#12
@Hi-Angel Hi-Angel force-pushed the fix-let-and-case-indentations branch from 5105d8d to 1d108f2 Compare May 29, 2025 19:54
@Hi-Angel Hi-Angel merged commit 7b0219c into purescript-emacs:master Jun 3, 2025
5 checks passed
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.

matching with record syntax in let and case expressions breaks indentation
1 participant