Skip to content

Commit b4d4f15

Browse files
authored
Merge pull request #40 from letientai299/square-kotlin
Change kotlin indent size to same with Java (2 spaces)
2 parents db83654 + 36abb69 commit b4d4f15

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

configs/codestyles/Square.xml

+8-1
Original file line numberDiff line numberDiff line change
@@ -278,4 +278,11 @@
278278
<option name="TAB_SIZE" value="2" />
279279
</indentOptions>
280280
</codeStyleSettings>
281-
</code_scheme>
281+
<codeStyleSettings language="kotlin">
282+
<indentOptions>
283+
<option name="INDENT_SIZE" value="2" />
284+
<option name="CONTINUATION_INDENT_SIZE" value="4" />
285+
<option name="TAB_SIZE" value="2" />
286+
</indentOptions>
287+
</codeStyleSettings>
288+
</code_scheme>

0 commit comments

Comments
 (0)