Interface ICodeFormatter
Interface for code formatter.
Namespace: Kephas.Generation
Assembly: Kephas.CodeAnalysis.dll
Syntax
public interface ICodeFormatter
Properties
| Improve this Doc View SourceIndentUnits
Gets or sets the indent units.
Declaration
int IndentUnits { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The indent units. |
IndentUnitSize
Gets or sets the size of the indent unit.
Declaration
int IndentUnitSize { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The size of the indent unit. |