Package com.diffplug.spotless.generic
Class IndentStep
java.lang.Object
com.diffplug.spotless.generic.IndentStep
- All Implemented Interfaces:
Serializable
Simple step which checks for consistent indentation characters.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic 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
-
Method Details
-
create
Creates a step which will indent with the given type of whitespace, converting between tabs and spaces at the given ratio. -
defaultNumSpacesPerTab
public static int defaultNumSpacesPerTab()
-