-
Notifications
You must be signed in to change notification settings - Fork 1
/
codestyle.xml
24 lines (24 loc) · 1.1 KB
/
codestyle.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<code_scheme name="Default" version="173">
<option name="FORMATTER_TAGS_ENABLED" value="true"/>
<JetCodeStyleSettings>
<option name="CODE_STYLE_DEFAULTS" value="KOTLIN_OFFICIAL"/>
</JetCodeStyleSettings>
<codeStyleSettings language="JAVA">
<indentOptions>
<option name="KEEP_INDENTS_ON_EMPTY_LINES" value="true"/>
</indentOptions>
</codeStyleSettings>
<codeStyleSettings language="kotlin">
<option name="RIGHT_MARGIN" value="120"/>
<option name="CALL_PARAMETERS_LPAREN_ON_NEXT_LINE" value="true"/>
<option name="CALL_PARAMETERS_RPAREN_ON_NEXT_LINE" value="true"/>
<option name="METHOD_PARAMETERS_LPAREN_ON_NEXT_LINE" value="true"/>
<option name="METHOD_PARAMETERS_RPAREN_ON_NEXT_LINE" value="true"/>
<option name="METHOD_CALL_CHAIN_WRAP" value="1"/>
<option name="ASSIGNMENT_WRAP" value="1"/>
<indentOptions>
<option name="CONTINUATION_INDENT_SIZE" value="4"/>
<option name="KEEP_INDENTS_ON_EMPTY_LINES" value="true"/>
</indentOptions>
</codeStyleSettings>
</code_scheme>