We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Issue created from fantomas-online
type A = {| x: int; y: AReallyLongTypeThatIsMuchLongerThan40Characters |} let f (x: {| x: int; y: AReallyLongTypeThatIsMuchLongerThan40Characters |}) = x
type A = {| x: int y: AReallyLongTypeThatIsMuchLongerThan40Characters |} let f (x: {| x: int y: AReallyLongTypeThatIsMuchLongerThan40Characters |}) = x
Expected something like:
Note: G-Research style guide doesn't mention anonymous records, or how to format them as types.
Fantomas Master at 09/26/2020 16:53:55 - 3a17205
{ config with MultilineBlockBracketsOnSameColumn = true }
The text was updated successfully, but these errors were encountered:
Please don't hesitate to open an issue for the GR style guide.
Sorry, something went wrong.
This is available in the 5.1 series.
No branches or pull requests
Issue created from fantomas-online
Code
Result
Problem description
Expected something like:
Note: G-Research style guide doesn't mention anonymous records, or how to format them as types.
Extra information
Options
Fantomas Master at 09/26/2020 16:53:55 - 3a17205
The text was updated successfully, but these errors were encountered: