Namespace: Metalama.Framework.Engine.Formatting
Assembly: Metalama.Framework.Sdk.dll
Syntax
public enum CodeFormattingOptionsFields
| Name | Description |
|---|---|
| Default | A correct C# file must be generated, but it must not be nicely formatted. |
| Formatted | The C# code must be nicely formatted. |
| None | No text output is required, only a syntax tree. |