forked from zhuzhichao/phpstorm-settings
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gutter.xml
18 lines (18 loc) · 909 Bytes
/
gutter.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<application>
<component name="LineMarkerSettings">
<option name="providers">
<map>
<entry key="com.intellij.execution.lineMarker.RunLineMarkerProvider" value="true" />
<entry key="com.intellij.lang.javascript.highlighting.JSRecursiveCallLineMarkerProvider" value="true" />
<entry key="com.intellij.sql.editor.SqlLineMarkerProvider" value="true" />
<entry key="com.intellij.ui.ColorLineMarkerProvider" value="true" />
<entry key="com.jetbrains.php.codeInsight.PhpRecursiveCallLineMarkerProvider" value="true" />
<entry key="com.jetbrains.php.lang.PhpLineMarkerProvider" value="true" />
<entry key="js.implemented" value="true" />
<entry key="js.implementing" value="true" />
<entry key="js.overridden" value="true" />
<entry key="js.overriding" value="true" />
</map>
</option>
</component>
</application>