CodeFormatterTabSpaces Property

Gets or sets the number of spaces that a tab character should be replaced with.

Definition

Namespace: Ookii.FormatC
Assembly: Ookii.FormatC (in Ookii.FormatC.dll) Version: 2.3.2+a0abe9e363271833c90424d1444b43a67fa5858f
C#
public int TabSpaces { get; set; }

Property Value

Int32
The number of spaces that a tab character should be replaced with. The default value is 4.

See Also