-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy patheditor.xml
50 lines (50 loc) · 2.44 KB
/
editor.xml
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<application>
<component name="CodeVisionSettings">
<option name="codeVisionGroupToPosition">
<map>
<entry key="change.signature" value="Default" />
<entry key="gittoolbox.code.vision.blame.changeDate" value="Default" />
<entry key="gittoolbox.code.vision.blame.issueNav" value="Default" />
<entry key="inheritors" value="Default" />
<entry key="problems" value="Default" />
<entry key="references" value="Default" />
<entry key="rename" value="Default" />
<entry key="vcs.code.vision" value="Default" />
</map>
</option>
<option name="defaultPosition" value="Right" />
</component>
<component name="DeclarativeInlayHintsSettings">
<option name="enabledOptions">
<map>
<entry key="kotlin.lambdas.hints#hints.lambda.receivers.parameters" value="false" />
<entry key="kotlin.lambdas.hints#hints.lambda.return" value="false" />
<entry key="kotlin.references.types.hints#hints.type.function.parameter" value="false" />
<entry key="kotlin.references.types.hints#hints.type.function.return" value="false" />
<entry key="kotlin.references.types.hints#hints.type.property" value="false" />
<entry key="kotlin.references.types.hints#hints.type.variable" value="false" />
<entry key="oc.type.hints#lambdas" value="true" />
<entry key="oc.type.hints#obvious.types" value="false" />
<entry key="oc.type.hints#parameter.types" value="true" />
<entry key="oc.type.hints#return.types" value="true" />
<entry key="oc.type.hints#variables" value="true" />
</map>
</option>
<option name="providerIdToEnabled">
<map>
<entry key="compose.state.read" value="false" />
<entry key="devkit.threading" value="false" />
<entry key="groovy.implicit.null.argument" value="true" />
<entry key="groovy.lambda.parameter.inlay.provider" value="true" />
<entry key="groovy.local.variable.implicit.types" value="true" />
<entry key="java.implicit.types" value="false" />
<entry key="java.method.chains" value="true" />
<entry key="kotlin.lambdas.hints" value="false" />
<entry key="kotlin.method.chains" value="false" />
<entry key="kotlin.references.types.hints" value="false" />
<entry key="kotlin.values.hints" value="true" />
<entry key="oc.type.hints" value="true" />
</map>
</option>
</component>
</application>