Searched refs:maxIndent (Results 1 – 2 of 2) sorted by relevance
37 private final int maxIndent; field in IndentingWriter72 this.maxIndent = width >> 1; in IndentingWriter()96 if (indent >= maxIndent) { in write()97 indent = maxIndent; in write()166 collectingIndent = (maxIndent != 0); in bol()