You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if kind = shiftFlag then(if errorSuppressionCountDown >0then
errorSuppressionCountDown <- errorSuppressionCountDown -1#if DEBUG
if Flags.debug then Console.WriteLine("shifting, reduced errorRecoveryLevel to {0}\n", errorSuppressionCountDown)#endifletnextState= actionValue action
ifnot haveLookahead then failwith "shift on end of input!"letdata= tables.dataOfToken lookaheadToken
valueStack.Push(ValueInfo(data, lookaheadStartPos, lookaheadEndPos))
stateStack.Push(nextState)#if DEBUG
if Flags.debug then Console.WriteLine("shift/consume input {0}, shift to state {1}", report haveLookahead lookaheadToken, nextState)#endif
haveLookahead <-false)
Result
if kind = shiftFlag then(if errorSuppressionCountDown >0then
errorSuppressionCountDown <- errorSuppressionCountDown -1#if DEBUG
if Flags.debug then
Console.WriteLine("shifting, reduced errorRecoveryLevel to {0}\n", errorSuppressionCountDown)#endifletnextState= actionValue action
ifnot haveLookahead then
failwith "shift on end of input!"letdata= tables.dataOfToken lookaheadToken
valueStack.Push(ValueInfo(data, lookaheadStartPos, lookaheadEndPos))
stateStack.Push(nextState)#if DEBUG
if Flags.debug then
Console.WriteLine("shift/consume input {0}, shift to state {1}", report haveLookahead lookaheadToken, nextState)#endif
haveLookahead <-false)
Problem description
The code should be further indented inside the parenthesis.
Extra information
The formatted result breaks by code.
The formatted result gives compiler warnings.
I or my company would be willing to help fix this.
Issue created from fantomas-online
Code
Result
Problem description
The code should be further indented inside the parenthesis.
Extra information
Options
Fantomas Master at 06/09/2021 15:42:35 - a79ebea
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: