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
/// Represents a line number when using zero-based line counting (used by Visual Studio)// #if CHECK_LINE0_TYPES// #elsetypeLine0= int
// #endif
Result
/// Represents a line number when using zero-based line counting (used by Visual Studio)typeLine0= int
// #endif
Problem description
Discovered by:
/// Represents a line number when using zero-based line counting (used by Visual Studio)#if CHECK_LINE0_TYPES
// Visual Studio uses line counts starting at 0, F# uses them starting at 1 [<Measure>]typeZeroBasedLineAnnotationtypeLine0= int<ZeroBasedLineAnnotation>#elsetypeLine0= int
#endif
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.
Options
Fantomas master branch at 2022-03-10T17:18:56Z - c455e63
Default Fantomas configuration
Signature file
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
Discovered by:
Extra information
Options
Fantomas master branch at 2022-03-10T17:18:56Z - c455e63
Default Fantomas configuration
Signature file
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: