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
The original code is valid; the transformed code is not, due to the indentation on the int.
int
module Bar = let f a // foo : int = 0
module Bar = let f a: // foo int = 0
Fantomas Next - 3.0.1-11/13/2019
IndentOnTryWith
false
IndentSpaceNum
4
KeepNewlineAfter
PageWidth
120
ReorderOpenDeclaration
SemicolonAtEndOfLine
SpaceAfterComma
SpaceAfterSemicolon
SpaceAroundDelimiter
SpaceBeforeArgument
SpaceBeforeColon
StrictMode
The text was updated successfully, but these errors were encountered:
Add indent when line comment precedes type info, fsprojects#565
551273d
Add indent when line comment precedes type info, #565 (#617)
28bf163
No branches or pull requests
Issue created from fantomas-ui
The original code is valid; the transformed code is not, due to the indentation on the
int
.Code
Error
Options
Fantomas Next - 3.0.1-11/13/2019
IndentOnTryWith
false
IndentSpaceNum
4
KeepNewlineAfter
false
PageWidth
120
ReorderOpenDeclaration
false
SemicolonAtEndOfLine
false
SpaceAfterComma
false
SpaceAfterSemicolon
false
SpaceAroundDelimiter
false
SpaceBeforeArgument
false
SpaceBeforeColon
false
StrictMode
false
The text was updated successfully, but these errors were encountered: