-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patheditor.xml
29 lines (29 loc) · 1.04 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="DefaultFont">
<option name="FONT_SIZE" value="15" />
<option name="FONT_FAMILY" value="Hasklig" />
</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="Python" 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="USE_SOFT_WRAPS" value="" />
<option name="IS_ENSURE_NEWLINE_AT_EOF" value="true" />
<option name="SHOW_BREADCRUMBS_ABOVE" value="true" />
</component>
</application>