blob: 11fc7fc3a3544d0d0489c692669b48b886ce7be8 (
plain) (
blame)
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
|
<application>
<component name="CodeFoldingSettings">
<option name="COLLAPSE_IMPORTS" value="false" />
<option name="COLLAPSE_FILE_HEADER" value="false" />
</component>
<component name="CodeInsightSettings">
<option name="SHOW_FULL_SIGNATURES_IN_PARAMETER_INFO" value="true" />
</component>
<component name="DefaultFont">
<option name="FONT_SIZE" value="17" />
<option name="FONT_REGULAR_SUB_FAMILY" value="Regular" />
<option name="FONT_BOLD_SUB_FAMILY" value="Bold" />
<option name="USE_LIGATURES" value="true" />
</component>
<component name="EditorSettings">
<option name="languageBreadcrumbsMap">
<map>
<entry key="Bibtex" value="true" />
<entry key="CSS" value="true" />
<entry key="HTML" value="true" />
<entry key="JSON" value="true" />
<entry key="JavaScript" value="true" />
<entry key="LESS" value="true" />
<entry key="Latex" value="true" />
<entry key="Markdown" value="true" />
<entry key="ObjectiveC" value="true" />
<entry key="Python" value="true" />
<entry key="Rust" 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="XHTML" value="true" />
<entry key="XML" value="true" />
<entry key="yaml" value="true" />
</map>
</option>
<option name="ENABLE_RENDERED_DOC" value="true" />
<option name="IS_WHEEL_FONTCHANGE_ENABLED" value="true" />
</component>
<component name="InlayHintsSettings">
<option name="lastViewedProviderKeyId" value="parameter.hints.old" />
</component>
<component name="OCCodeFoldingSettings">
<option name="collapseConditionallyNotCompiled" value="false" />
<option name="COLLAPSE_CONDITIONALLY_NOT_COMPILED" value="false" />
</component>
<component name="SqlFoldingSettings">
<option name="COLLAPSE_LONG_NUMBERS" value="false" />
</component>
<component name="XmlEditorOptions">
<option name="showCssInlineColorPreview" value="true" />
</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>
|