-
Notifications
You must be signed in to change notification settings - Fork 0
/
editor.xml
36 lines (36 loc) · 1.31 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
<application>
<component name="CodeInsightSettings">
<option name="completionCaseSensitive" value="2" />
<option name="COMPLETION_CASE_SENSITIVE" value="2" />
</component>
<component name="DefaultFont">
<option name="FONT_SIZE" value="14" />
</component>
<component name="EditorSettings">
<option name="languageBreadcrumbsMap">
<map>
<entry key="CSS" value="true" />
<entry key="HTML" value="true" />
<entry key="Haml" value="true" />
<entry key="JSON" value="true" />
<entry key="JSP" value="true" />
<entry key="JSPX" value="true" />
<entry key="Jade" value="true" />
<entry key="JavaScript" value="true" />
<entry key="LESS" value="true" />
<entry key="SASS" value="true" />
<entry key="SCSS" 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="IS_ENSURE_NEWLINE_AT_EOF" value="true" />
</component>
<component name="InlayHintsSettings">
<option name="enabled" value="false" />
<option name="lastViewedProviderKeyId" value="parameter.hints.old" />
</component>
</application>