MetalamaAPI documentationAdvanced APIMetalama.​Framework.​Engine.​FormattingCode­Formatting­Options
Open sandboxFocus

CodeFormattingOptions Enum

Namespace: Metalama.Framework.Engine.Formatting
Assembly: Metalama.Framework.Sdk.dll
Syntax
public enum CodeFormattingOptions

Fields

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.