Class IndentStep


  • public final class IndentStep
    extends Object
    Simple step which checks for consistent indentation characters.
    • Method Detail

      • create

        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.
      • defaultNumSpacesPerTab

        public static int defaultNumSpacesPerTab()