Created
May 21, 2020 10:29
-
-
Save knocte/6cd5361a2d08d074f5493a331b7c1885 to your computer and use it in GitHub Desktop.
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
fantomas was formatting records this way: | |
``` | |
type Foo = | |
{ Bar: Baz | |
Bar2: Baz2 } | |
``` | |
and with this new setting they are like: | |
``` | |
type Foo = | |
{ | |
Bar: Baz | |
Bar2: Baz2 | |
} | |
``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment