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

export_type should behave the same as export #85

Closed
michalmuskala opened this issue Aug 3, 2020 · 1 comment · Fixed by #86
Closed

export_type should behave the same as export #85

michalmuskala opened this issue Aug 3, 2020 · 1 comment · Fixed by #86
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@michalmuskala
Copy link
Member

We group exports for functions, we should do the same for types. In particular the following shouldn't be reformatted:

-export_type([
    foo/1, foo/2
]).

Today we produce:

-export_type([
    foo/1, 
    foo/2
]).
@michalmuskala michalmuskala added bug Something isn't working good first issue Good for newcomers labels Aug 3, 2020
@awalterschulze
Copy link
Contributor

I can take this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants