Skip to content
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

Improve indentation of let expressions #83

Merged
merged 2 commits into from Jun 23, 2019
Merged

Improve indentation of let expressions #83

merged 2 commits into from Jun 23, 2019

Conversation

j-piecuch
Copy link
Contributor

Currently, the expression:

let foo = 42;
in foo

is indented as:

let foo = 42;
    in foo

I've added a test and fixed the issue.

@etu etu merged commit bf02713 into NixOS:master Jun 23, 2019
@etu
Copy link
Collaborator

etu commented Jun 23, 2019

@j-piecuch Thanks!

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.

None yet

2 participants