-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patheditor.xml
More file actions
88 lines (88 loc) · 3.7 KB
/
Copy patheditor.xml
File metadata and controls
88 lines (88 loc) · 3.7 KB
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
84
85
86
87
88
<application>
<component name="CodeFoldingSettings">
<option name="COLLAPSE_IMPORTS" value="false" />
</component>
<component name="CodeVisionSettings">
<option name="codeVisionGroupToPosition">
<map>
<entry key="component.usage" value="Default" />
<entry key="inheritors" value="Default" />
<entry key="references" value="Default" />
<entry key="rename" value="Default" />
<entry key="vcs.code.vision" value="Default" />
</map>
</option>
</component>
<component name="DaemonCodeAnalyzerSettings">
<option name="AUTOREPARSE_DELAY" value="0" />
<option name="SHOW_METHOD_SEPARATORS" value="true" />
</component>
<component name="DeclarativeInlayHintsSettings">
<option name="enabledOptions">
<map>
<entry key="js.type.hints#function.returns" value="true" />
<entry key="js.type.hints#non.paren.single.param" value="true" />
<entry key="js.type.hints#parameters.in.parens" value="true" />
<entry key="js.type.hints#variables.and.fields" value="true" />
<entry key="ts.type.hints#function.returns" value="true" />
<entry key="ts.type.hints#non.paren.single.param" value="true" />
<entry key="ts.type.hints#parameters.in.parens" value="true" />
<entry key="ts.type.hints#variables.and.fields" value="true" />
</map>
</option>
<option name="providerIdToEnabled">
<map>
<entry key="js.chain.hints" value="true" />
<entry key="js.type.hints" value="true" />
<entry key="qodana.yaml.inspection.descriptions" value="true" />
<entry key="sql.column.names.inlay.hints" value="true" />
<entry key="sql.join.cardinality.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="Markdown" value="true" />
<entry key="SQL" value="true" />
<entry key="XML" value="true" />
<entry key="yaml" value="true" />
</map>
</option>
<option name="USE_SOFT_WRAPS" value="MAIN_EDITOR" />
<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="SHOW_INTENTION_BULB" value="false" />
<option name="USE_EDITOR_FONT_IN_INLAYS" value="true" />
<option name="IS_FULL_LINE_HEIGHT_CURSOR" value="true" />
<option name="IS_WHITESPACES_SHOWN" value="true" />
<option name="IS_LEADING_WHITESPACES_SHOWN" value="false" />
<option name="IS_DND_ENABLED" value="false" />
</component>
<component name="InlineCompletionOnboarding">
<option name="onboardingFinished" value="true" />
</component>
<component name="PhpCodeFoldingSettings">
<option name="COLLAPSE_HERE_DOCS" value="true" />
<option name="COLLAPSE_IMPORTS" value="false" />
<option name="COLLAPSE_ATTRIBUTE" value="true" />
<option name="COLLAPSE_ATTRIBUTE_LIST" value="true" />
</component>
<component name="PhpEditorOptions">
<option name="SHOW_CLASS_SEPARATORS" value="true" />
<option name="ALWAYS_ENABLE_PHP_BACKGROUND_HIGHLIGHTING" value="true" />
</component>
<component name="TodoConfiguration">
<pattern pattern="\b(todo|fixme)\b.*" />
</component>
<component name="XmlEditorOptions">
<option name="showCssInlineColorPreview" value="true" />
</component>
</application>