Kotlin code style: keywords on new line

This commit is contained in:
Pavel V. Talanov
2014-01-22 17:18:20 +04:00
parent 11c1e29287
commit b7e6717936
+4
View File
@@ -246,6 +246,10 @@
</indentOptions>
</codeStyleSettings>
<codeStyleSettings language="jet">
<option name="ELSE_ON_NEW_LINE" value="true" />
<option name="WHILE_ON_NEW_LINE" value="true" />
<option name="CATCH_ON_NEW_LINE" value="true" />
<option name="FINALLY_ON_NEW_LINE" value="true" />
<option name="ALIGN_MULTILINE_PARAMETERS_IN_CALLS" value="true" />
<option name="PARENT_SETTINGS_INSTALLED" value="true" />
</codeStyleSettings>