-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patheditor.xml
More file actions
21 lines (21 loc) · 825 Bytes
/
editor.xml
File metadata and controls
21 lines (21 loc) · 825 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<application>
<component name="CodeInsightSettings">
<option name="REFORMAT_ON_PASTE" value="1" />
<option name="INDENT_TO_CARET_ON_PASTE" value="true" />
</component>
<component name="DefaultFont">
<option name="FONT_SIZE" value="16" />
<option name="FONT_FAMILY" value="FiraCode Nerd Font" />
<option name="USE_LIGATURES" value="true" />
</component>
<component name="EditorSettings">
<option name="SOFT_WRAP_FILE_MASKS" value="*.md; *.txt; *.rst; *.adoc" />
<option name="SHOW_BREADCRUMBS" value="false" />
<option name="IS_WHITESPACES_SHOWN" value="true" />
<option name="IS_WHEEL_FONTCHANGE_ENABLED" value="true" />
</component>
<component name="TodoConfiguration">
<pattern pattern="\btodo\b.*" />
<pattern pattern="\bfixme\b.*" />
</component>
</application>