-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patheditor.xml
More file actions
27 lines (27 loc) · 978 Bytes
/
editor.xml
File metadata and controls
27 lines (27 loc) · 978 Bytes
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="codeVisionGroupToPosition">
<map>
<entry key="Code author" value="Default" />
<entry key="Inheritors" value="Default" />
<entry key="Related problems" value="Default" />
<entry key="Usages" value="Default" />
</map>
</option>
</component>
<component name="EditorSettings">
<option name="languageBreadcrumbsMap">
<map>
<entry key="Vue" value="true" />
</map>
</option>
<option name="USE_SOFT_WRAPS" value="MAIN_EDITOR:CONSOLE:PREVIEW" />
<option name="SOFT_WRAP_FILE_MASKS" value="*" />
<option name="STRIP_TRAILING_SPACES" value="Whole" />
<option name="IS_ENSURE_NEWLINE_AT_EOF" value="true" />
<option name="IS_WHITESPACES_SHOWN" value="true" />
</component>
<component name="InlayHintsSettings">
<option name="lastViewedProviderKeyId" value="parameter.hints.old" />
</component>
</application>