File tree 1 file changed +16
-0
lines changed
1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 75
75
<JavaCodeStyleSettings >
76
76
<option name =" CLASS_NAMES_IN_JAVADOC" value =" 3" />
77
77
</JavaCodeStyleSettings >
78
+ <JetCodeStyleSettings >
79
+ <option name =" PACKAGES_TO_USE_STAR_IMPORTS" >
80
+ <value />
81
+ </option >
82
+ <option name =" NAME_COUNT_TO_USE_STAR_IMPORT" value =" 999" />
83
+ <option name =" NAME_COUNT_TO_USE_STAR_IMPORT_FOR_MEMBERS" value =" 999" />
84
+ <option name =" IMPORT_NESTED_CLASSES" value =" true" />
85
+ </JetCodeStyleSettings >
78
86
<XML >
79
87
<option name =" XML_ALIGN_ATTRIBUTES" value =" false" />
80
88
<option name =" XML_LEGACY_SETTINGS_IMPORTED" value =" true" />
212
220
<option name =" TAB_SIZE" value =" 2" />
213
221
</indentOptions >
214
222
</codeStyleSettings >
223
+ <codeStyleSettings language =" kotlin" >
224
+ <option name =" ALIGN_MULTILINE_PARAMETERS" value =" false" />
225
+ <indentOptions >
226
+ <option name =" INDENT_SIZE" value =" 2" />
227
+ <option name =" CONTINUATION_INDENT_SIZE" value =" 4" />
228
+ <option name =" TAB_SIZE" value =" 2" />
229
+ </indentOptions >
230
+ </codeStyleSettings >
215
231
<codeStyleSettings language =" SQL" >
216
232
<option name =" KEEP_BLANK_LINES_IN_CODE" value =" 1" />
217
233
<option name =" PARENT_SETTINGS_INSTALLED" value =" true" />
You can’t perform that action at this time.
0 commit comments