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
let formatConfig = { PageWidth = 70; Indent = 8 } // The number of spaces type FormatConfig = { PageWidth: int; Indent: int } // The number of spaces ()
let formatConfig = { PageWidth = 70; Indent = 8 } type FormatConfig = { PageWidth: int; Indent: int } ()
This only happens when the unit is present.
Fantomas Master at 09/04/2020 11:05:32 - d3828b0
Default Fantomas configuration
The text was updated successfully, but these errors were encountered:
Print comments after closing record brace. Fixes fsprojects#1096.
ce7c6dc
Print comments after closing record brace. Fixes #1096. (#1102)
7412771
Successfully merging a pull request may close this issue.
Issue created from fantomas-online
Code
Result
Problem description
This only happens when the unit is present.
Extra information
Options
Fantomas Master at 09/04/2020 11:05:32 - d3828b0
Default Fantomas configuration
The text was updated successfully, but these errors were encountered: