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