FormatPreserved
- class FormatPreserved[T]
Formatting option that can either be preserved from source, or overridden.
Members defined in
FormatPreserved(2 members) Attributes
- property fallback: T
Controls
preserveformatting for cases when there is no associated source text orpreserveis false.
- property preserve: bool
Controls formatting in majority of cases. Set to
trueto preserve tokens and keywords as they appear in the source code.