CodeFormatterTabSpaces Property
Gets or sets the number of spaces that a tab character should be replaced with.
Namespace: Ookii.FormatCAssembly: Ookii.FormatC (in Ookii.FormatC.dll) Version: 2.3.2+a0abe9e363271833c90424d1444b43a67fa5858f
public int TabSpaces { get; set; }
Public Property TabSpaces As Integer
Get
Set
public:
property int TabSpaces {
int get ();
void set (int value);
}
member TabSpaces : int with get, set
Property Value
Int32
The number of spaces that a tab character should be replaced with. The default value is 4.