Where does `PREFERRED_PROJECT_CODE_STYLE` suddenly...
# intellij
m
Where does
PREFERRED_PROJECT_CODE_STYLE
suddenly come from and how du I turn it off so that my individual code style configuration's name doesn't end in Git? Note that I've activated
Project
code style, so I haven't even set mine for the project 🤔
codeStyleConfig.xml
Copy code
<component name="ProjectCodeStyleConfiguration">
  <state>
    <option name="USE_PER_PROJECT_SETTINGS" value="true" />
    <option name="PREFERRED_PROJECT_CODE_STYLE" value="Marc" />
  </state>
</component>
o
Please see topic on how to report issues with IJ
151 Views