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

Parens hugging for js.t obj types #2073

Closed
chenglou opened this issue Jul 13, 2018 · 0 comments · Fixed by #2074
Closed

Parens hugging for js.t obj types #2073

chenglou opened this issue Jul 13, 2018 · 0 comments · Fixed by #2074
Labels
KIND: FEATURE REQUEST Printer things that have to do with turning an AST into Reason code

Comments

@chenglou
Copy link
Member

type a = array(
  {
    .
    "name": string,
  },
);

Would be nice to refmt as:

type a = array({
  .
  "name": string,
});
@jaredly jaredly added KIND: FEATURE REQUEST Printer things that have to do with turning an AST into Reason code labels Jul 13, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
KIND: FEATURE REQUEST Printer things that have to do with turning an AST into Reason code
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants