-
Notifications
You must be signed in to change notification settings - Fork 0
/
editor.xml
44 lines (44 loc) · 1.61 KB
/
editor.xml
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<application>
<component name="CodeInsightSettings">
<option name="completionCaseSensitive" value="2" />
<option name="COMPLETION_CASE_SENSITIVE" value="2" />
<option name="ADD_UNAMBIGIOUS_IMPORTS_ON_THE_FLY" value="true" />
</component>
<component name="CodeVisionSettings">
<option name="codeVisionGroupToPosition">
<map>
<entry key="inheritors" value="Default" />
<entry key="problems" value="Default" />
<entry key="references" value="Top" />
<entry key="vcs.code.vision" value="Default" />
</map>
</option>
</component>
<component name="DaemonCodeAnalyzerSettings">
<option name="SHOW_METHOD_SEPARATORS" value="true" />
</component>
<component name="EditorSettings">
<option name="languageBreadcrumbsMap">
<map>
<entry key="Groovy" value="true" />
<entry key="HTML" value="true" />
<entry key="JAVA" value="true" />
<entry key="JSON" value="true" />
<entry key="Python" value="true" />
<entry key="XHTML" value="true" />
<entry key="XML" value="true" />
<entry key="kotlin" value="true" />
<entry key="yaml" value="true" />
</map>
</option>
<option name="USE_SOFT_WRAPS" value="MAIN_EDITOR:CONSOLE:PREVIEW" />
<option name="SOFT_WRAP_FILE_MASKS" value="*.md; *.txt; *.rst; *.adoc" />
</component>
<component name="InlayHintsSettings">
<option name="lastViewedProviderKeyId" value=".inheritors" />
</component>
<component name="TodoConfiguration">
<pattern pattern="\btodo\b.*" />
<pattern pattern="\bfixme\b.*" />
</component>
</application>