Searched defs:blockIndent (Results 1 – 5 of 5) sorted by relevance
45 public static String formatJavadoc(String input, int blockIndent) { in formatJavadoc()56 private static String render(List<Token> input, int blockIndent) { in render()168 private static String makeSingleLineIfPossible(int blockIndent, String input) { in makeSingleLineIfPossible()181 private static boolean oneLineJavadoc(String line, int blockIndent) { in oneLineJavadoc()
41 private final int blockIndent; field in JavadocWriter61 JavadocWriter(int blockIndent) { in JavadocWriter()
35 val blockIndent: Int = 2, constant in com.facebook.ktfmt.format.FormattingOptions
137 private val blockIndent: Indent.Const = Indent.Const.make(options.blockIndent, 1) in <lambda>() constant in com.facebook.ktfmt.format.KotlinInputAstVisitor
56 private val blockIndent = Strings.repeat(" ", blockIndentCount + 1) constant