Skip to content

Commit

Permalink
Set Kotlin indent size to ~2~ 4 (#25)
Browse files Browse the repository at this point in the history
* Set Kotlin indent size to 2

* Use official Kotlin styleguide
  • Loading branch information
martinbonnin authored Jul 5, 2024
1 parent 39a73d3 commit eaa08a5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions cli/src/main/resources/codeStyles/Project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,12 @@
</value>
</option>
<option name="RIGHT_MARGIN" value="140" />
<codeStyleSettings language="kotlin">
<indentOptions>
<option name="INDENT_SIZE" value="4" />
<option name="CONTINUATION_INDENT_SIZE" value="8" />
<option name="TAB_SIZE" value="4" />
</indentOptions>
</codeStyleSettings>
</code_scheme>
</component>

0 comments on commit eaa08a5

Please sign in to comment.