I'm using IDEA 2017.2. I need to setup JSX codestyle so there are spaces between curly braces like { event.series }. However, it autoformats it to {event.series}
I have these checked in Javascript -> Spaces.
Where can I set it up so it complies with ESLint's react/jsx-curly-spacing set to "always"?
I have this
I want this



