Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is Webstorm's PREFERRED_PROJECT_CODE_STYLE?

Shows up in codeStyleSettings.xml.

<option name="PREFERRED_PROJECT_CODE_STYLE" value="Default (1)" />

It doesn't appear in code style xml's documentation.

like image 990
djechlin Avatar asked Nov 01 '22 01:11

djechlin


1 Answers

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

like image 165
lena Avatar answered Nov 10 '22 00:11

lena