-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patheditor.xml
42 lines (42 loc) · 1.57 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
37
38
39
40
41
42
<application>
<component name="DefaultFont">
<option name="FONT_FAMILY" value="Fira Code" />
<option name="FONT_REGULAR_SUB_FAMILY" value="Retina" />
<option name="FONT_BOLD_SUB_FAMILY" value="Bold" />
</component>
<component name="EditorSettings">
<option name="languageBreadcrumbsMap">
<map>
<entry key="CSS" value="true" />
<entry key="FTL" value="true" />
<entry key="Groovy" value="true" />
<entry key="HTML" value="true" />
<entry key="Haml" value="true" />
<entry key="JAVA" value="false" />
<entry key="JSON" value="true" />
<entry key="JSP" value="true" />
<entry key="JSPX" value="true" />
<entry key="JavaScript" value="true" />
<entry key="LESS" value="true" />
<entry key="Markdown" value="false" />
<entry key="SASS" value="true" />
<entry key="SCSS" value="true" />
<entry key="SQL" value="false" />
<entry key="Stylus" value="true" />
<entry key="TypeScript" value="true" />
<entry key="VTL" value="true" />
<entry key="XHTML" value="true" />
<entry key="XML" value="true" />
<entry key="kotlin" value="false" />
<entry key="protobuf" value="true" />
<entry key="yaml" value="true" />
</map>
</option>
<option name="IS_ENSURE_NEWLINE_AT_EOF" value="true" />
<option name="SHOW_BREADCRUMBS" value="false" />
</component>
<component name="TodoConfiguration">
<pattern pattern="\btodo\b.*" />
<pattern pattern="\bfixme\b.*" />
</component>
</application>