-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgutter.xml
27 lines (27 loc) · 1.34 KB
/
gutter.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
<application>
<component name="LineMarkerSettings">
<option name="providers">
<map>
<entry key="com.intellij.codeInsight.ExternalAnnotationsLineMarkerProvider" value="true" />
<entry key="com.intellij.codeInsight.daemon.impl.IconLineMarkerProvider" value="true" />
<entry key="com.intellij.codeInsight.daemon.impl.RecursiveCallLineMarkerProvider" value="true" />
<entry key="com.intellij.execution.lineMarker.RunLineMarkerProvider" value="true" />
<entry key="com.intellij.ui.ColorLineMarkerProvider" value="true" />
<entry key="java.implemented" value="true" />
<entry key="java.implementing" value="true" />
<entry key="java.lambda" value="true" />
<entry key="java.overridden" value="true" />
<entry key="java.overriding" value="true" />
<entry key="java.service" value="true" />
<entry key="java.sibling.inherited" value="true" />
<entry key="kotlin.actual" value="true" />
<entry key="kotlin.dsl" value="true" />
<entry key="kotlin.expect" value="true" />
<entry key="kotlin.implemented" value="true" />
<entry key="kotlin.implementing" value="true" />
<entry key="kotlin.overridden" value="true" />
<entry key="kotlin.overriding" value="true" />
</map>
</option>
</component>
</application>