Skip to content

Commit

Permalink
Added note to the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
eelyafi committed Sep 26, 2016
1 parent 1db64d8 commit 90af71b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/rules/jsx-indent.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

This option validates a specific indentation style for JSX.

**Fixable:** This rule is automatically fixable using the `--fix` flag on the command line.
Fixer will fix whitespace and tabs indentation. It won't replace tabs with whitespaces and vice-versa.

## Rule Details

This rule is aimed to enforce consistent indentation style. The default style is `4 spaces`.
Expand Down

0 comments on commit 90af71b

Please sign in to comment.