Class IndentationConstants

java.lang.Object
com.github.javaparser.printer.lexicalpreservation.IndentationConstants

public final class IndentationConstants extends Object
Constants related to indentation management in lexical preservation. This class centralizes all indentation-related constants to avoid duplication and ensure consistency across IndentationContext and IndentationCalculator.
  • Field Details

    • STANDARD_INDENTATION_SIZE

      public static final int STANDARD_INDENTATION_SIZE
      Standard indentation size in spaces. This is the number of spaces added or removed when increasing/decreasing indentation.
      See Also: