NAnt SDK Documentation - v0.92

TabsToSpaces.TabLength Property

The number of spaces used when converting a tab. The default is "8".

[Visual Basic]
<Int32Validator(MinValue:=1, MaxValue:=100, Base:=10), _  TaskAttribute(Required:=False, Name:="tablength", ExpandProperties:=True, ProcessXml:=True)>
Public Property TabLength As Integer
[C#]
[Int32Validator(MinValue=1, MaxValue=100, Base=10)]
[TaskAttribute(Required=False, Name="tablength", ExpandProperties=True, ProcessXml=True)]
public int TabLength {get; set;}

See Also

TabsToSpaces Class | NAnt.Core.Filters Namespace