Home
last modified time | relevance | path

Searched refs:indentWith (Results 1 – 5 of 5) sorted by relevance

/plugin/asciidocjs/node_modules/clean-css/lib/writer/
Dhelpers.js156 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 :
Dsimple.js33 indentWith: '', property
Dsource-maps.js80 indentWith: '', property
/plugin/asciidocjs/node_modules/clean-css/lib/options/
Dformat.js38 indentWith: IndentWith.Space, property
97 source = override(source, { indentWith: mapIndentWith(source.indentWith) }); property
/plugin/asciidocjs/node_modules/clean-css/
DREADME.md270indentWith: 'space', // controls a character to indent with, can be `'space'` or `'tab'`; defaults…