IntelliJ IDEA JSX code style IntelliJ IDEA JSX code style reactjs reactjs

IntelliJ IDEA JSX code style


Turns out the reason the IDE wasn't responding to my settings changes is it was using EditorConfig mode (Settings>Editor>Code Style>EditorConfig). Editing the .editorconfig file to have the line indent_size = 2 fixed the issue.