forked from Combodo/phpstorm_settings
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patheditor.xml
27 lines (27 loc) · 881 Bytes
/
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
<application>
<component name="CodeVisionSettings">
<option name="disabledCodeVisionProviderIds">
<set>
<option value="references" />
</set>
</option>
<option name="enabled" value="false" />
</component>
<component name="DaemonCodeAnalyzerSettings" profile="iTop">
<option name="AUTOREPARSE_DELAY" value="0" />
</component>
<component name="DeclarativeInlayHintsSettings">
<option name="providerIdToEnabled">
<map>
<entry key="js.chain.hints" value="true" />
<entry key="js.type.hints" value="true" />
<entry key="ts.chain.hints" value="true" />
<entry key="ts.enum.hints" value="true" />
<entry key="ts.type.hints" value="true" />
</map>
</option>
</component>
<component name="EditorSettings">
<option name="USE_SOFT_WRAPS" value="" />
</component>
</application>