Modifier and Type | Field and Description |
---|---|
private FormatPreferences.Indentation |
indentation |
Constructor and Description |
---|
ConfigIndent(FormatPreferences.Indentation indentation) |
Modifier and Type | Method and Description |
---|---|
void |
addIndent(Indent next,
FormatPreferences preferences,
java.lang.StringBuilder lineBuffer) |
void |
escape(Indent next,
java.lang.StringBuilder b,
int idx) |
(package private) FormatPreferences.Indentation |
getIndentation() |
void |
unescaped(Indent next,
java.lang.StringBuilder b,
int idx) |
private final FormatPreferences.Indentation indentation
ConfigIndent(FormatPreferences.Indentation indentation)
FormatPreferences.Indentation getIndentation()
public void addIndent(Indent next, FormatPreferences preferences, java.lang.StringBuilder lineBuffer)
public void escape(Indent next, java.lang.StringBuilder b, int idx)