Package com.diffplug.spotless.kotlin
Class KtfmtStep.KtfmtFormattingOptions
- java.lang.Object
-
- com.diffplug.spotless.kotlin.KtfmtStep.KtfmtFormattingOptions
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- KtfmtStep
public static class KtfmtStep.KtfmtFormattingOptions extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description KtfmtFormattingOptions()KtfmtFormattingOptions(Integer maxWidth, Integer blockIndent, Integer continuationIndent, Boolean removeUnusedImport)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetBlockIndent(int blockIndent)voidsetContinuationIndent(int continuationIndent)voidsetMaxWidth(int maxWidth)voidsetRemoveUnusedImport(boolean removeUnusedImport)
-