Share via


IndentationMode Enum

Definition

IMPORTANT: TMDL is still in preview and the API surface might still be modified prior to GA!

   An enumeration that indicates the indentation mode that is used during metadata serialization.
public enum IndentationMode
type IndentationMode = 
Public Enum IndentationMode
Inheritance
IndentationMode

Fields

Default 0

The default mode of indentation, that is determined based of the style of metadata serialization.

Spaces 2

The indentation is done using spaces.

Tabs 1

The indentation is done using tabs.

Applies to