Marc Knaup
12/12/2018, 4:14 PMPREFERRED_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
<component name="ProjectCodeStyleConfiguration">
<state>
<option name="USE_PER_PROJECT_SETTINGS" value="true" />
<option name="PREFERRED_PROJECT_CODE_STYLE" value="Marc" />
</state>
</component>
orangy