mpeltonen/sbt-idea

code style settings

fommil opened this issue · 1 comments

the default action appears to be to create a codeStyleSettings.xml with <option name="USE_PER_PROJECT_SETTINGS" value="true" />.

Unfortunately, this overrides the system wide defaults.

Please make the default style use the default style settings.

(btw, I think this is best achieved by not creating the XML at all... since the user's preferred default may not be the style named "Default")