indent

public int indent()

Gets how much spaces should be used to indent each line.

The minimum value this may be is 2, and the maximum is 9.

Return

How much to indent by


public YamlConfigurationOptions indent(int value)

Sets how much spaces should be used to indent each line.

The minimum value this may be is 2, and the maximum is 9.

Return

This object, for chaining

Parameters

value

New indent