Specifies the level of formatting to apply when generating C# code.
Namespace: Metalama.Framework.Engine.Formatting
Assembly: Metalama.Framework.Sdk.dll
Syntax
public enum CodeFormattingOptionsFields
| Name | Description |
|---|---|
| Default | A syntactically correct C# file must be generated, but it does not need to be nicely formatted. |
| Formatted | The C# code must be formatted with proper indentation and spacing. |
| None | No text output is required, only a syntax tree. |