Skip to content

Instantly share code, notes, and snippets.

@knocte
Created May 21, 2020 10:29
Show Gist options
  • Save knocte/6cd5361a2d08d074f5493a331b7c1885 to your computer and use it in GitHub Desktop.
Save knocte/6cd5361a2d08d074f5493a331b7c1885 to your computer and use it in GitHub Desktop.
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