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
There are more open statements in #if directive after formatting.
open
#if
module TriviaTool.Client.App open Elmish open Elmish.React open TriviaTool.Client #if DEBUG open Elmish.Debug open Elmish.HMR #endif Program.mkProgram State.init State.update View.view #if DEBUG |> Program.withConsoleTrace #endif |> Program.withReactBatched "elmish-app" |> Program.run
module TriviaTool.Client.App open Elmish open Elmish.React open TriviaTool.Client #if DEBUG open Elmish.Debug open Elmish.HMR open Elmish.React open TriviaTool.Client #endif Program.mkProgram State.init State.update View.view #if DEBUG |> Program.withConsoleTrace #endif |> Program.withReactBatched "elmish-app" |> Program.run
Fantomas 3.1.0
IndentOnTryWith
false
IndentSpaceNum
4
KeepNewlineAfter
true
MaxIfThenElseShortWidth
40
PageWidth
120
ReorderOpenDeclaration
SemicolonAtEndOfLine
SpaceAfterComma
SpaceAfterSemicolon
SpaceAroundDelimiter
SpaceBeforeArgument
SpaceBeforeColon
StrictMode
The text was updated successfully, but these errors were encountered:
Won't fix since ReorderOpenDeclaration will be phased-out.
Sorry, something went wrong.
No branches or pull requests
Issue created from fantomas-ui
There are more
open
statements in#if
directive after formatting.Code
Result
Options
Fantomas 3.1.0
IndentOnTryWith
false
IndentSpaceNum
4
KeepNewlineAfter
true
MaxIfThenElseShortWidth
40
PageWidth
120
ReorderOpenDeclaration
true
SemicolonAtEndOfLine
false
SpaceAfterComma
true
SpaceAfterSemicolon
true
SpaceAroundDelimiter
true
SpaceBeforeArgument
true
SpaceBeforeColon
false
StrictMode
false
The text was updated successfully, but these errors were encountered: