Searched refs:nestedListIndent (Results 1 – 4 of 4) sorted by relevance
69 var nestedListIndent: Int = 3 variable in com.facebook.ktfmt.kdoc.KDocFormattingOptions129 copy.nestedListIndent = nestedListIndent in copy()
55 nestedListIndent = 4 in <lambda>()
819 assignments[sorted[i]] = (i + 1) * options.nestedListIndent in <lambda>()
2858 KDocFormattingOptions(72, 72).apply { nestedListIndent = 4 }, in testNestedBullets()