-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patheditor.xml
More file actions
20 lines (20 loc) · 833 Bytes
/
Copy patheditor.xml
File metadata and controls
20 lines (20 loc) · 833 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<application>
<component name="DaemonCodeAnalyzerSettings">
<option name="AUTOREPARSE_DELAY" value="0" />
</component>
<component name="EditorSettings">
<option name="USE_SOFT_WRAPS" value="" />
<option name="SOFT_WRAP_FILE_MASKS" value="*.md; *.txt; *.rst; *.adoc" />
<option name="STRIP_TRAILING_SPACES" value="Whole" />
<option name="IS_ENSURE_NEWLINE_AT_EOF" value="true" />
<option name="SHOW_BREADCRUMBS" value="false" />
<option name="IS_WHITESPACES_SHOWN" value="true" />
<option name="IS_WHEEL_FONTCHANGE_ENABLED" value="true" />
</component>
<component name="InlayHintsSettings">
<option name="lastViewedProviderKeyId" value="docker.inlay.hints" />
</component>
<component name="TodoConfiguration">
<pattern pattern="\b(todo|fixme)\b.*" />
</component>
</application>