Skip to content

Commit 6b13226

Browse files
luxaritasmichalsnik
authored andcommitted
Adjust html-indent default doc to reflect 0a1237b (#239)
Cross-reference: #205 (comment)
1 parent 7a29f57 commit 6b13226

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/html-indent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
## :book: Rule Details
66

7-
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).
7+
This rule enforces a consistent indentation style in `<template>`. The default style is 2 spaces.
88

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

0 commit comments

Comments
 (0)