-
Notifications
You must be signed in to change notification settings - Fork 429
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
interleave whitespace between recursive let and module bindings (#1990)
* interleave whitespace between recursive let and module bindings * Inline braces surrounding a Pexp_match as jsx child. * Consistent with Prettier * Wastes less whitespace Before: ```reason <div> { switch (color) { | Black => ReasonReact.string("black") | Red => ReasonReact.string("red") } } </div>; ``` ```reason <div> {switch (color) { | Black => ReasonReact.string("black") | Red => ReasonReact.string("red") }} </div>; ``` * Cleanup unused code * fix esy build
- Loading branch information
1 parent
7f2c5a3
commit 3591742
Showing
5 changed files
with
335 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.