Clarifying JSX Brackets option (#2659)

Thought the setting wasn't working properly when it didn't apply to self closing elements, and was about to open an issue until I found out it's working as intended.
master
Larry Rubin 2017-08-24 20:29:23 -06:00 committed by Christopher Chedeau
parent 0d38136115
commit ab812e2db9
1 changed files with 1 additions and 1 deletions

View File

@ -573,7 +573,7 @@ Default | CLI Override | API Override
`true` | `--no-bracket-spacing` | `bracketSpacing: <bool>`
### JSX Brackets
Put the `>` of a multi-line JSX element at the end of the last line instead of being alone on the next line.
Put the `>` of a multi-line JSX element at the end of the last line instead of being alone on the next line (does not apply to self closing elements).
Default | CLI Override | API Override
--------|--------------|-------------