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-ui
G-Research has a fairly strong norm of using prefix type parameters. Could we please have an option to keep them as prefixes?
type 'a Foo = Foo of 'a
type Foo<'a> = Foo of 'a
Fantomas Next - 3.0.0-8/10/2019
IndentSpaceNum
4
PageWidth
120
PreserveEndOfLine
false
SemicolonAtEndOfLine
SpaceBeforeArgument
true
SpaceBeforeColon
SpaceAfterComma
SpaceAfterSemicolon
IndentOnTryWith
ReorderOpenDeclaration
SpaceAroundDelimiter
KeepNewlineAfter
StrictMode
The text was updated successfully, but these errors were encountered:
Because information about used style is present in AST, it was easy to add: #461
Sorry, something went wrong.
No branches or pull requests
Issue created from fantomas-ui
G-Research has a fairly strong norm of using prefix type parameters. Could we please have an option to keep them as prefixes?
Code
Result
Options
Fantomas Next - 3.0.0-8/10/2019
IndentSpaceNum
4
PageWidth
120
PreserveEndOfLine
false
SemicolonAtEndOfLine
false
SpaceBeforeArgument
true
SpaceBeforeColon
false
SpaceAfterComma
true
SpaceAfterSemicolon
true
IndentOnTryWith
false
ReorderOpenDeclaration
false
SpaceAroundDelimiter
true
KeepNewlineAfter
false
StrictMode
false
The text was updated successfully, but these errors were encountered: