Property | Type | Description | |
---|---|---|---|
spaceBefore | string |
Method | Description | |
---|---|---|
FormatLine ( string line ) : string |
Formats a line.
|
|
WhiteSpaceFormatter ( int indentationLevel, int spaceSize = 2 ) : System |
Initializes a new instance of the WhiteSpaceFormatter class.
|
Method | Description | |
---|---|---|
InitializeSpaceBefore ( ) : void |
public FormatLine ( string line ) : string | ||
line | string | The line to format. |
return | string |
public WhiteSpaceFormatter ( int indentationLevel, int spaceSize = 2 ) : System | ||
indentationLevel | int | |
spaceSize | int | |
return | System |