Reformat code doesn't pick up my code style settings
已回答
Hey :)
When I commit changes and toggle "Reformat Code" it doesn't pick up on my project code style ones.
Specifically, it wouldn't pick up on
<CssCodeStyleSettings>
<option name="VALUE_ALIGNMENT" value="1" />
<option name="KEEP_SINGLE_LINE_BLOCKS" value="true" />
</CssCodeStyleSettings>
<JSCodeStyleSettings>
<option name="ALIGN_OBJECT_PROPERTIES" value="2" />
<option name="ALIGN_MULTIPLE_ASSIGNMENTS" value="true" />
<option name="USE_DOUBLE_QUOTES" value="false" />
</JSCodeStyleSettings>
请先登录再写评论。
Does it work when you are inside the file and invoke Reformat Code action?