7 lines
132 B

module.exports = {
description: 'auto-indents with spaces and indent: true',
options: {
moduleName: 'foo',
indent: true
}
};