-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patheditor.xml
41 lines (41 loc) · 1.69 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
<application>
<component name="DefaultFont">
<option name="FONT_FAMILY" value="Source Code Pro" />
<option name="USE_LIGATURES" value="true" />
</component>
<component name="EditorSettings">
<option name="languageBreadcrumbsMap">
<map>
<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="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" />
</map>
</option>
<option name="USE_SOFT_WRAPS" value="" />
<option name="SOFT_WRAP_FILE_MASKS" value="*.md; *.txt; *.rst; *.adoc" />
<option name="USE_CUSTOM_SOFT_WRAP_INDENT" value="true" />
<option name="STRIP_TRAILING_SPACES" value="None" />
<option name="CARET_BLINKING_PERIOD" value="300" />
<option name="IS_FOLDING_OUTLINE_SHOWN" value="false" />
<option name="IS_WHITESPACES_SHOWN" value="true" />
<option name="IS_LEADING_WHITESPACES_SHOWN" value="false" />
<option name="IS_CAMEL_WORDS" value="true" />
<option name="ADDITIONAL_PAGE_AT_BOTTOM" value="true" />
<option name="IS_DND_ENABLED" value="false" />
</component>
<component name="JSEditorOptions">
<option name="START_STRING_INTERPOLATION_ON_TYPING" value="true" />
</component>
<component name="XmlEditorOptions">
<option name="showCssInlineColorPreview" value="true" />
<option name="tagTreeHighlightingLevelCount" value="3" />
</component>
</application>