What is Webstorm's PREFERRED_PROJECT_CODE_STYLE?
javascript, webstorm
Solution
this is the 'Scheme' option - if the global scheme is being chosen (any scheme except for the 'project' one), it's written this way to project `codeStyleSettings.xml`
Problem
Shows up in `codeStyleSettings.xml`. ``` <option name="PREFERRED_PROJECT_CODE_STYLE" value="Default (1)" /> ``` It doesn't appear in code style xml's documentation.