This repository was archived by the owner on Mar 5, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patheditor.xml
64 lines (64 loc) · 2.52 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
<application>
<component name="CodeFoldingSettings">
<option name="COLLAPSE_IMPORTS" value="false" />
<option name="COLLAPSE_DOC_COMMENTS" value="true" />
</component>
<component name="CodeInsightSettings">
<option name="PARAMETER_INFO_DELAY" value="500" />
<option name="REFORMAT_ON_PASTE" value="4" />
<option name="HIGHLIGHT_SCOPE" value="true" />
</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>
</component>
<component name="DaemonCodeAnalyzerSettings">
<option name="AUTOREPARSE_DELAY" value="500" />
<option name="SHOW_METHOD_SEPARATORS" value="true" />
</component>
<component name="EditorSettings">
<option name="languageBreadcrumbsMap">
<map>
<entry key="Groovy" value="true" />
<entry key="HTML" value="true" />
<entry key="JAVA" value="true" />
<entry key="JSON" value="true" />
<entry key="Markdown" value="true" />
<entry key="ObjectiveC" value="true" />
<entry key="XHTML" value="true" />
<entry key="XML" value="true" />
<entry key="kotlin" value="false" />
<entry key="yaml" value="true" />
</map>
</option>
<option name="USE_SOFT_WRAPS" value="MAIN_EDITOR:CONSOLE" />
<option name="SOFT_WRAP_FILE_MASKS" value="*.md; *.txt; *.rst; *.adoc" />
<option name="STRIP_TRAILING_SPACES" value="Whole" />
<option name="IS_ENSURE_NEWLINE_AT_EOF" value="true" />
<option name="CARET_BLINKING_PERIOD" value="400" />
<option name="ADDITIONAL_PAGE_AT_BOTTOM" value="true" />
<option name="IS_WHEEL_FONTCHANGE_ENABLED" value="true" />
</component>
<component name="InlayHintsSettings">
<option name="lastViewedProviderKeyId" value="parameter.hints.old" />
</component>
<component name="JsonEditorOptions">
<option name="COLON_MOVE_OUTSIDE_QUOTES" value="true" />
<option name="COMMA_MOVE_OUTSIDE_QUOTES" value="true" />
</component>
<component name="TodoConfiguration">
<pattern pattern="\b(todo|fixme)\b.*" />
</component>
<component name="XmlEditorOptions">
<option name="insertQuotesForAttributeValue" value="true" />
</component>
<component name="XmlFoldingSettings">
<option name="COLLAPSE_HTML_STYLE_ATTRIBUTE" value="false" />
</component>
</application>