public final class IndentStep extends Object
Simple step which checks for consistent indentation characters.
| Modifier and Type | Class and Description |
|---|---|
static class |
IndentStep.Type |
| Modifier and Type | Method and Description |
|---|---|
static FormatterStep |
create(IndentStep.Type type,
int numSpacesPerTab)
Creates a step which will indent with the given type of whitespace, converting between tabs and spaces at the given ratio.
|
static int |
defaultNumSpacesPerTab() |
public static FormatterStep create(IndentStep.Type type, int numSpacesPerTab)
Creates a step which will indent with the given type of whitespace, converting between tabs and spaces at the given ratio.
public static int defaultNumSpacesPerTab()