请考虑以下内容:
<MuiThemeProvider
muiTheme={getMuiTheme(darkBaseTheme)}><Button>Stuff!</Button><MyComponent><AnotherComponent>Content</AnotherComponent>
</MuiThemeProvider>);
无论出于何种原因,所有定义的组件都被视为内联,这意味着WebStorm的格式不会中断行并默认使行缩进。
在“设置” |“设置”中指定组件名称。编辑器代码样式| HTML |其他|在未执行任何操作之前插入新行。
请告诉我如何使WebStorm插入换行符并正确缩进所有自定义JSX组件。