-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patheditor.xml
More file actions
35 lines (35 loc) · 1.33 KB
/
editor.xml
File metadata and controls
35 lines (35 loc) · 1.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<application>
<component name="CodeFoldingSettings">
<option name="COLLAPSE_DOC_COMMENTS" value="true" />
</component>
<component name="CodeInsightSettings">
<option name="ADD_UNAMBIGIOUS_IMPORTS_ON_THE_FLY" value="true" />
</component>
<component name="DaemonCodeAnalyzerSettings">
<option name="AUTOREPARSE_DELAY" value="0" />
</component>
<component name="EditorSettings">
<option name="USE_SOFT_WRAPS" value="" />
<option name="ENABLE_RENDERED_DOC" value="true" />
</component>
<component name="InlayHintsSettings">
<option name="lastViewedProviderKeyId" value="kotlin.references.types.hints" />
<settingsMapElement>
<kotlin.kotlin.references.types.hints>
<Settings>
<option name="functionReturnType" value="true" />
<option name="localVariableType" value="true" />
<option name="parameterType" value="true" />
<option name="propertyType" value="true" />
</Settings>
</kotlin.kotlin.references.types.hints>
</settingsMapElement>
</component>
<component name="JavaCodeFoldingSettings">
<option name="collapseAccessors" value="true" />
<option name="collapseMultilineComments" value="true" />
</component>
<component name="JetEditorOptions">
<option name="donTShowConversionDialog" value="true" />
</component>
</application>