You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it wise to have jsx in the option name? Other HTML/XML-based template languages could have a similar option, in which case all of those might be consolidated into a single option.
Something like "closing angle bracket on same line"? Though at least clang-format seems to say "open bracket" instead of "opening bracket"...
Option Details
Name: JSX Brackets
See
jsxBracketSameLine
at https://prettier.io/docs/en/options.html#jsx-bracketsIf this is to update an existing option, please describe what should be updated
The option description is:
So the same
jsx_bracket
is not really informative. Something likejsx_bracket_same_line
.The text was updated successfully, but these errors were encountered: