| Interface | Description | 
|---|---|
| IndentAction | Abstract Indentation Action | 
| IndentRule | Abstract Indentation Rule | 
| Class | Description | 
|---|---|
| BracketIndentRule | |
| BracketIndentRule.Brackets | |
| CloseBracketIndentRule | |
| DeepIndentRule | Deep indent rule. | 
| IndentAction.AlignOffset | |
| IndentAction.AlignParameter | Indent action used for deep indent. | 
| IndentAction.Collapse | See comments for each instance of this class below. | 
| IndentAction.Decrease | |
| IndentAction.Increase | |
| IndentAction.NoIncrease | Used to cancel increases in indentation. | 
| IndentAction.Reset | |
| IndentRuleFactory | |
| OpenBracketIndentRule | |
| RegexpIndentRule | |
| WhitespaceRule | Whitespace rule. | 
Indentation rules and actions.