-
Notifications
You must be signed in to change notification settings - Fork 1
/
editor.xml
83 lines (83 loc) · 3.21 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
78
79
80
81
82
83
<application>
<component name="CodeFoldingSettings">
<option name="COLLAPSE_IMPORTS" value="false" />
</component>
<component name="CodeInsightSettings">
<option name="AUTOINSERT_PAIR_QUOTE" value="false" />
<option name="ADD_UNAMBIGIOUS_IMPORTS_ON_THE_FLY" value="true" />
<EXCLUDED_PACKAGE NAME="com.github.andrewoma.dexx.collection" />
<EXCLUDED_PACKAGE NAME="com.sun.tools.javac" />
<EXCLUDED_PACKAGE NAME="java.awt" />
<EXCLUDED_PACKAGE NAME="java.awt.print" />
<EXCLUDED_PACKAGE NAME="org.joda" />
<EXCLUDED_PACKAGE NAME="org.junit.Test" />
<EXCLUDED_PACKAGE NAME="org.omg" />
</component>
<component name="CodeVisionSettings">
<option name="codeVisionGroupToPosition">
<map>
<entry key="inheritors" value="Default" />
<entry key="problems" value="Default" />
<entry key="references" value="Default" />
<entry key="vcs.code.vision" value="Default" />
</map>
</option>
<option name="disabledCodeVisionProviderIds">
<set>
<option value="inheritors" />
<option value="references" />
<option value="vcs.code.vision" />
</set>
</option>
</component>
<component name="EditorSettings">
<option name="languageBreadcrumbsMap">
<map>
<entry key="CFML" value="true" />
<entry key="CSS" value="true" />
<entry key="FTL" value="true" />
<entry key="Groovy" value="true" />
<entry key="HTML" value="true" />
<entry key="Haml" value="true" />
<entry key="JAVA" value="true" />
<entry key="JSON" value="true" />
<entry key="JSP" value="true" />
<entry key="JSPX" value="true" />
<entry key="JavaScript" value="true" />
<entry key="LESS" value="true" />
<entry key="SASS" value="true" />
<entry key="SCSS" value="true" />
<entry key="SQL" value="true" />
<entry key="Stylus" value="true" />
<entry key="TypeScript" value="true" />
<entry key="VTL" value="true" />
<entry key="XHTML" value="true" />
<entry key="XML" value="true" />
<entry key="kotlin" value="true" />
<entry key="yaml" value="true" />
</map>
</option>
<option name="USE_SOFT_WRAPS" value="CONSOLE" />
<option name="SOFT_WRAP_FILE_MASKS" value="*.md; *.txt; *.rst; *.adoc" />
<option name="IS_ENSURE_NEWLINE_AT_EOF" value="true" />
<option name="TOOLTIPS_DELAY_MS" value="600" />
<option name="ARE_LINE_NUMBERS_SHOWN" value="false" />
<option name="SHOW_BREADCRUMBS" value="false" />
<option name="IS_INDENT_GUIDES_SHOWN" value="false" />
<option name="IS_CAMEL_WORDS" value="true" />
<option name="PRESELECT_RENAME" value="false" />
<option name="SHOW_INLINE_DIALOG" value="false" />
</component>
<component name="InlayHintsSettings">
<option name="disabledHintProviderIds">
<set>
<option value="JAVA.chain.hints" />
<option value="kotlin.kotlin.references.types.hints" />
</set>
</option>
<option name="lastViewedProviderKeyId" value=".vcs.code.vision" />
</component>
<component name="JavaCodeFoldingSettings">
<option name="collapseOneLineMethods" value="false" />
</component>
</application>