Skip to content

Commit

Permalink
Use official Kotlin styleguide
Browse files Browse the repository at this point in the history
  • Loading branch information
martinbonnin committed Jul 5, 2024
1 parent 5217519 commit 77b3c2e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cli/src/main/resources/codeStyles/Project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
<option name="RIGHT_MARGIN" value="140" />
<codeStyleSettings language="kotlin">
<indentOptions>
<option name="INDENT_SIZE" value="2" />
<option name="CONTINUATION_INDENT_SIZE" value="4" />
<option name="TAB_SIZE" value="2" />
<option name="INDENT_SIZE" value="4" />
<option name="CONTINUATION_INDENT_SIZE" value="8" />
<option name="TAB_SIZE" value="4" />
</indentOptions>
</codeStyleSettings>
</code_scheme>
Expand Down

0 comments on commit 77b3c2e

Please sign in to comment.