-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patheditor.xml
77 lines (77 loc) · 3.12 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<application>
<component name="CodeFoldingSettings">
<option name="COLLAPSE_IMPORTS" value="false" />
<option name="COLLAPSE_FILE_HEADER" value="false" />
</component>
<component name="CodeInsightSettings">
<option name="completionCaseSensitive" value="2" />
<option name="SHOW_PARAMETER_NAME_HINTS_ON_COMPLETION" value="true" />
<option name="AUTO_POPUP_JAVADOC_INFO" value="true" />
<option name="COMPLETION_CASE_SENSITIVE" value="2" />
<option name="SHOW_FULL_SIGNATURES_IN_PARAMETER_INFO" value="true" />
<option name="INSERT_BRACE_ON_ENTER" value="false" />
<option name="INDENT_TO_CARET_ON_PASTE" value="true" />
</component>
<component name="CodeVisionSettings">
<option name="codeVisionGroupToPosition">
<map>
<entry key="inheritors" value="Default" />
<entry key="references" value="Default" />
<entry key="vcs.code.vision" value="Default" />
</map>
</option>
</component>
<component name="DaemonCodeAnalyzerSettings">
<option name="AUTOREPARSE_DELAY" value="0" />
</component>
<component name="DeclarativeInlayHintsSettings">
<option name="providerIdToEnabled">
<map>
<entry key="java.implicit.types" value="false" />
<entry key="java.method.chains" value="true" />
<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="languageBreadcrumbsMap">
<map>
<entry key="CSS" value="true" />
<entry key="HTML" value="true" />
<entry key="JSON" value="true" />
<entry key="Jade" value="true" />
<entry key="JavaScript" value="true" />
<entry key="LESS" value="true" />
<entry key="Markdown" value="false" />
<entry key="SASS" value="true" />
<entry key="SCSS" value="true" />
<entry key="TypeScript" value="true" />
<entry key="XHTML" value="true" />
<entry key="XML" value="true" />
<entry key="yaml" value="true" />
</map>
</option>
<option name="USE_SOFT_WRAPS" value="CONSOLE" />
<option name="STRIP_TRAILING_SPACES" value="Whole" />
<option name="IS_ENSURE_NEWLINE_AT_EOF" value="true" />
<option name="IS_FOLDING_OUTLINE_SHOWN" value="false" />
<option name="SHOW_BREADCRUMBS" value="false" />
</component>
<component name="InlayHintsSettings">
<option name="lastViewedProviderKeyId" value=".vcs.code.vision" />
</component>
<component name="TodoConfiguration">
<pattern pattern="\bNotImplementedException\b" />
<pattern pattern="(?<=\W|^)(?<TAG>BUG)(\W|$)(.*)" />
<pattern pattern="(?<=\W|^)(?<TAG>TODO)(\W|$)(.*)" />
</component>
<component name="XmlFoldingSettings">
<option name="COLLAPSE_HTML_STYLE_ATTRIBUTE" value="false" />
<option name="COLLAPSE_ENTITIES" value="false" />
<option name="COLLAPSE_DATA_URI" value="false" />
</component>
</application>