Sha256: 7ff94c65a60958fc2f284a148fef7301f37953d8df28d1bcf5314a99d30ca0c4

Contents?: true

Size: 331 Bytes

Versions: 69

Compression:

Stored size: 331 Bytes

Contents

var mout = require('mout');

function indent(Handlebars) {
    Handlebars.registerHelper('indent', function (context) {
        var hash = context.hash;
        var indentStr = mout.string.repeat(' ', parseInt(hash.level, 10));

        return context.fn(this).replace(/\n/g, '\n' + indentStr);
    });
}

module.exports = indent;

Version data entries

69 entries across 69 versions & 2 rubygems

Version Path
trusty-festivity-extension-2.6.3 node_modules/bower/templates/helpers/indent.js
trusty-festivity-extension-2.6.2 node_modules/bower/templates/helpers/indent.js
trusty-festivity-extension-2.6.1 node_modules/bower/templates/helpers/indent.js
trusty-festivity-extension-2.6 node_modules/bower/templates/helpers/indent.js
trusty-festivity-extension-2.5.19 node_modules/bower/templates/helpers/indent.js
trusty-festivity-extension-2.5.18 node_modules/bower/templates/helpers/indent.js
trusty-festivity-extension-2.5.17 node_modules/bower/templates/helpers/indent.js
trusty-festivity-extension-2.5.16 node_modules/bower/templates/helpers/indent.js
trusty-festivity-extension-2.5.15 node_modules/bower/templates/helpers/indent.js
trusty-festivity-extension-2.5.14 node_modules/bower/templates/helpers/indent.js
trusty-festivity-extension-2.5.13 node_modules/bower/templates/helpers/indent.js
trusty-festivity-extension-2.5.12 node_modules/bower/templates/helpers/indent.js
trusty-festivity-extension-2.5.11 node_modules/bower/templates/helpers/indent.js
trusty-festivity-extension-2.5.10 node_modules/bower/templates/helpers/indent.js
trusty-festivity-extension-2.5.9 node_modules/bower/templates/helpers/indent.js
trusty-festivity-extension-2.5.8 node_modules/bower/templates/helpers/indent.js
trusty-festivity-extension-2.5.7 node_modules/bower/templates/helpers/indent.js
trusty-festivity-extension-2.5.6 node_modules/bower/templates/helpers/indent.js
trusty-festivity-extension-2.5.5 node_modules/bower/templates/helpers/indent.js
trusty-festivity-extension-2.5.4 node_modules/bower/templates/helpers/indent.js