Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/clean-css/lib/options/
Dformat.js37 indentBy: 0, property
93 source = override(source, { indentBy: parseInt(source.indentBy) }); property
111 indentBy: 2, property
/plugin/asciidocjs/node_modules/clean-css/lib/writer/
Dhelpers.js155 context.indentBy += context.format.indentBy;
156 context.indentWith = context.format.indentWith.repeat(context.indentBy);
168 context.indentBy -= context.format.indentBy;
169 context.indentWith = context.format.indentWith.repeat(context.indentBy);
Dsimple.js32 indentBy: 0, property
Dsource-maps.js79 indentBy: 0, property
/plugin/asciidocjs/node_modules/clean-css/
DREADME.md269 indentBy: 0, // controls number of characters to indent with; defaults to `0`