Merge branch 'feature/kotlin_codestyle' into 'master'

Add kotlin codestyle

See merge request touchinstinct/BuildScripts!5
This commit is contained in:
Roman Pelmegov 2023-03-24 07:41:12 +00:00
commit f5743dad46
1 changed files with 6 additions and 0 deletions

View File

@ -66,6 +66,12 @@
<XML>
<option name="XML_LEGACY_SETTINGS_IMPORTED" value="true" />
</XML>
<codeStyleSettings language="kotlin">
<option name="RIGHT_MARGIN" value="120" />
<option name="KEEP_FIRST_COLUMN_COMMENT" value="false" />
<option name="ALIGN_MULTILINE_BINARY_OPERATION" value="true" />
<option name="ENUM_CONSTANTS_WRAP" value="2" />
</codeStyleSettings>
<codeStyleSettings language="JAVA">
<option name="RIGHT_MARGIN" value="150" />
<option name="ALIGN_MULTILINE_ARRAY_INITIALIZER_EXPRESSION" value="true" />