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