Searched refs:setIndentSize (Results 1 – 3 of 3) sorted by relevance
219 …).setColumnAlignFirstMethodChain(true).setColumnAlignParameters(true).setIndentSize(1).setIndentTy… in prettyAlignMethodCallChainsIndentsArgumentsWithBlocksCorrectly()304 .setIndentSize(1)) in indentWithTabsAsFarAsPossible()330 .setIndentSize(1)) in indentWithTabsAlignWithSpaces()
120 public PrettyPrinterConfiguration setIndentSize(int indentSize) { in setIndentSize() method in PrettyPrinterConfiguration
40 …Configuration PRETTY_PRINTER_CONFIG_TWO_INDENT = new PrettyPrinterConfiguration().setIndentSize(2);