LongExpressionLayout Type
Describes how an expression should be laid out when it doesn't fit on a single line. Used by expressionExceedsPageWidth to centralize indentation and unindentation logic.
Union cases
| Union case |
Description
|
Full Usage:
DoubleIndentAndUnindent
|
indent +> indent +> sepNln +> expr +> unindent +> unindent |
Full Usage:
IndentAndUnindent
|
indent +> sepNln +> expr +> unindent |
Full Usage:
NewlineOnly
|
sepNln +> expr (no indentation change) |
Instance members
| Instance member |
Description
|
Full Usage:
this.IsDoubleIndentAndUnindent
Returns: bool
|
|
Full Usage:
this.IsIndentAndUnindent
Returns: bool
|
|
Full Usage:
this.IsNewlineOnly
Returns: bool
|
|
fantomas