Skip to content

Commit

Permalink
Adjust html-indent default doc to reflect 0a1237b (#239)
Browse files Browse the repository at this point in the history
Cross-reference: #205 (comment)
  • Loading branch information
luxaritas authored and michalsnik committed Nov 23, 2017
1 parent 7a29f57 commit 6b13226
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rules/html-indent.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## :book: Rule Details

This rule enforces a consistent indentation style in `<template>`. The default style is 4 spaces as same as [the core indent rule](http://eslint.org/docs/rules/indent).
This rule enforces a consistent indentation style in `<template>`. The default style is 2 spaces.

- This rule checks all tags, also all expressions in directives and mustaches.
- In the expressions, this rule supports ECMAScript 2017 syntaxes. It ignores unknown AST nodes, but it might be confused by non-standard syntaxes.
Expand Down

0 comments on commit 6b13226

Please sign in to comment.