Searched refs:indentWith (Results 1 – 5 of 5) sorted by relevance
156 context.indentWith = context.format.indentWith.repeat(context.indentBy);160 context.indentWith;169 context.indentWith = context.format.indentWith.repeat(context.indentBy);171 context.indentWith +173 … : (allowsBreak(context, where) ? context.format.breakWith : emptyCharacter) + context.indentWith);187 …|| !allowsBreak(context, where) ? emptyCharacter : context.format.breakWith + context.indentWith) :193 …ntext, Breaks.BetweenSelectors) ? context.format.breakWith : emptyCharacter) + context.indentWith :
33 indentWith: '', property
80 indentWith: '', property
38 indentWith: IndentWith.Space, property97 source = override(source, { indentWith: mapIndentWith(source.indentWith) }); property
270 …indentWith: 'space', // controls a character to indent with, can be `'space'` or `'tab'`; defaults…