Searched refs:indentType (Results 1 – 2 of 2) sorted by relevance
81 private IndentType indentType = SPACES; field in PrettyPrinterConfiguration94 switch (indentType) { in getIndent()129 return indentType; in getIndentType()135 public PrettyPrinterConfiguration setIndentType(IndentType indentType) { in setIndentType() argument136 this.indentType = assertNotNull(indentType); in setIndentType()
40 private final IndentType indentType; field in SourcePrinter57 indentType = configuration.getIndentType(); in SourcePrinter()67 switch (indentType) { in indent()98 switch (indentType) { in calculateIndentWithAlignTo()