Method InitIndentationRules
InitIndentationRules(string, string, string)
Initializes indentation rules with the new values.
public void InitIndentationRules(string increase, string decrease, string unindent)
Parameters
increasestringIf line of code matches this expression, indentation level is increased when new line is inserted after.
decreasestringIf line of code matches this expression, indentation level is decreased when new line is inserted after.
unindentstringIf line of code matches this expression, indentation level does not change.