Skip to content

Instantly share code, notes, and snippets.

@bwahlgreen
Created May 29, 2017 09:15
Show Gist options
  • Save bwahlgreen/88c527eb8499a3a6876d373215534473 to your computer and use it in GitHub Desktop.
Save bwahlgreen/88c527eb8499a3a6876d373215534473 to your computer and use it in GitHub Desktop.
<code_scheme name="Default">
<ScalaCodeStyleSettings>
<option name="CALL_PARAMETERS_NEW_LINE_AFTER_LPAREN" value="2" />
</ScalaCodeStyleSettings>
<codeStyleSettings language="Scala">
<option name="ALIGN_MULTILINE_PARAMETERS" value="false" />
<option name="CALL_PARAMETERS_WRAP" value="5" />
<option name="CALL_PARAMETERS_RPAREN_ON_NEXT_LINE" value="true" />
<option name="METHOD_PARAMETERS_WRAP" value="5" />
<option name="METHOD_PARAMETERS_LPAREN_ON_NEXT_LINE" value="true" />
<option name="METHOD_CALL_CHAIN_WRAP" value="1" />
</codeStyleSettings>
</code_scheme>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment