-
Notifications
You must be signed in to change notification settings - Fork 0
/
editor.xml
29 lines (29 loc) · 1.03 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
<application>
<component name="CodeInsightSettings">
<option name="AUTOINSERT_PAIR_BRACKET" value="false" />
</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="JavaScript" value="true" />
<entry key="LESS" value="true" />
<entry key="PHP" value="true" />
<entry key="SASS" value="true" />
<entry key="SCSS" 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="SHOW_INTENTION_BULB" value="false" />
<option name="SHOW_BREADCRUMBS" value="false" />
</component>
<component name="XmlEditorOptions">
<option name="tagTreeHighlightingEnabled" value="false" />
</component>
</application>