-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patheditor.xml
More file actions
30 lines (30 loc) · 1.01 KB
/
Copy patheditor.xml
File metadata and controls
30 lines (30 loc) · 1.01 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
30
<application>
<component name="CodeFoldingSettings">
<option name="COLLAPSE_CUSTOM_FOLDING_REGIONS" value="true" />
</component>
<component name="CodeInsightSettings">
<option name="SHOW_PARAMETER_NAME_HINTS_ON_COMPLETION" value="true" />
<option name="HIGHLIGHT_SCOPE" value="true" />
</component>
<component name="DaemonCodeAnalyzerSettings">
<option name="SHOW_METHOD_SEPARATORS" value="true" />
</component>
<component name="EditorSettings">
<option name="languageBreadcrumbsMap">
<map>
<entry key="JAVA" value="true" />
</map>
</option>
<option name="USE_SOFT_WRAPS" value="CONSOLE" />
<option name="IS_ENSURE_NEWLINE_AT_EOF" value="true" />
<option name="SHOW_INLINE_DIALOG" value="false" />
</component>
<component name="TodoConfiguration">
<pattern pattern="\btodo\b.*" />
<pattern pattern="\bfixme\b.*" />
<pattern pattern="\boptimize\b.*" />
<filter name="Optimize">
<pattern index="2" />
</filter>
</component>
</application>