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
lethandlerFormattedRangeDoc(lines:NamedText,formatted:string,range:FormatSelectionRange)=letrange={ Start ={ Line = range.StartLine -1
Character = range.StartColumn }
End ={ Line = range.EndLine -1
Character = range.EndColumn }}[|{ Range = range; NewText = formatted }|]
Result
lethandlerFormattedRangeDoc(lines:NamedText,formatted:string,range:FormatSelectionRange)=letrange={ Start ={ Line = range.StartLine -1
Character = range.StartColumn }
End ={ Line = range.EndLine -1
Character = range.EndColumn }}[|{ Range = range; NewText = formatted }|]
Problem description
This may have been a problem introduced by Dallas and unrelated to v6.0.
Extra information
The formatted result breaks my code.
The formatted result gives compiler warnings.
I or my company would be willing to help fix this.
Options
Fantomas main branch at 2023-03-27T09:06:34Z - 7293a94
{ config with
IndentSize =2}
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:
Issue created from fantomas-online
Code
Result
Problem description
This may have been a problem introduced by Dallas and unrelated to v6.0.
Extra information
Options
Fantomas main branch at 2023-03-27T09:06:34Z - 7293a94
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: