Builder

Builder for AnnotationLineEndsConfiguration.

Parameters

<T>

Type of the builder, used to return correct builder subclass from builder's methods.

Inheritors

Functions

Link copied to clipboard
abstract fun setAvailableLineEnds(@NonNull availableLineEnds: List<LineEndType>): T
Sets line end types that will be available in the inspector.
Link copied to clipboard
abstract fun setDefaultLineEnds(@NonNull defaultLineEnds: Pair<LineEndType, LineEndType>): T
Sets default line end types.