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
ReactDom.render ( React.strictMode [ App// comment () ], root )
ReactDom.render ( React.strictMode [ App // comment () ], root )
The first result is wrong as it should print the // comment after the [ token.
// comment
[
Fantomas master branch at 1/1/1990
Default Fantomas configuration
Did you know that you can ignore files when formatting from fantomas-tool or the FAKE targets by using a .fantomasignore file?
The text was updated successfully, but these errors were encountered:
Keep comment after opening bracket in ElmishReactWithoutChildren expr…
ce899ba
…ession. Fixes fsprojects#2037.
2c6f4cc
…ession. Fixes #2037. (#2039)
e5bbaad
…ession. Fixes fsprojects#2037. (fsprojects#2039)
Successfully merging a pull request may close this issue.
Issue created from fantomas-online
Formatted code
Reformatted code
Problem description
The first result is wrong as it should print the
// comment
after the[
token.Extra information
Options
Fantomas master branch at 1/1/1990
Default Fantomas configuration
Did you know that you can ignore files when formatting from fantomas-tool or the FAKE targets by using a .fantomasignore file?
The text was updated successfully, but these errors were encountered: