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