# interfaced/jsdoc-type-indent Enforce consistent indentation in JSDoc type. **Fixable:** this rule is automatically fixable by `--fix`. ## Options The rule accepts either `'tab'` for tabbed indentation or an integer for spaced indentation. The default value is `2` (2-space indentation). ## Resources * [Source](../../lib/rules/jsdoc-type-indent.js) * [Tests](../../test/eslint/rules/jsdoc-type-indent.js)