-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patheditor.xml
More file actions
29 lines (29 loc) · 1.12 KB
/
editor.xml
File metadata and controls
29 lines (29 loc) · 1.12 KB
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="HIGHLIGHT_BRACES" value="false" />
<option name="HIGHLIGHT_IDENTIFIER_UNDER_CARET" value="false" />
</component>
<component name="DefaultFont">
<option name="FONT_SIZE" value="16" />
<option name="FONT_FAMILY" value="IBM Plex Mono" />
<option name="LINE_SPACING" value="1.6" />
<option name="USE_LIGATURES" value="true" />
</component>
<component name="EditorSettings">
<option name="SHOW_INTENTION_BULB" value="false" />
<option name="IS_CARET_BLINKING" value="false" />
<option name="ARE_GUTTER_ICONS_SHOWN" value="false" />
<option name="IS_INDENT_GUIDES_SHOWN" value="false" />
</component>
<component name="InlayHintsSettings">
<option name="enabled" value="false" />
<option name="lastViewedProviderKeyId" value="parameter.hints.old" />
</component>
<component name="TodoConfiguration">
<pattern pattern="\btodo\b.*" />
<pattern pattern="\bfixme\b.*" />
</component>
<component name="XmlEditorOptions">
<option name="tagTreeHighlightingEnabled" value="false" />
</component>
</application>