Home | History | Annotate | Download | only in functional

Lines Matching refs:baseIndentation

100 	const string	baseIndentation	= string(numIndentationSpaces, ' ');
101 const string deepIndentation = baseIndentation + string(4, ' ');
120 result += length > wrapLength ? "\n"+baseIndentation : " ";