Click or drag to resize

CodeFormatterTabSpaces Property

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.1.0
Syntax
public int TabSpaces { get; set; }

Property Value

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