CodeFormatter TabSpaces Property FormatC Syntax Highlighting Class Library
Gets or sets the number of spaces that a tab character should be replaced with.

Namespace: Ookii.FormatC
Assembly: Ookii.FormatC (in Ookii.FormatC.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax

public int TabSpaces { get; set; }

Field Value

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