Gets or sets whether tab characters are used for indentation,
instead of space characters.
Namespace: Sgry.AzukiAssembly: Azuki (in Azuki.dll) Version: 1.7.13.40248
Syntax
C# |
---|
bool ConvertsTabToSpaces { get; set; } |
Visual Basic |
---|
Property ConvertsTabToSpaces As Boolean Get Set |
Property Value
Type: Boolean
Remarks
This property is a synonym of UsesTabForIndent property.