-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patheditor.xml
37 lines (37 loc) · 1.43 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
<application>
<component name="CodeVisionSettings">
<option name="codeVisionGroupToPosition">
<map>
<entry key="inheritors" value="Default" />
<entry key="references" value="Default" />
<entry key="vcs.code.vision" value="Default" />
</map>
</option>
</component>
<component name="DeclarativeInlayHintsSettings">
<option name="providerIdToEnabled">
<map>
<entry key="js.chain.hints" value="true" />
<entry key="js.type.hints" value="true" />
<entry key="qodana.yaml.inspection.descriptions" value="true" />
<entry key="ts.chain.hints" value="true" />
<entry key="ts.enum.hints" value="true" />
<entry key="ts.type.hints" value="true" />
</map>
</option>
</component>
<component name="EditorSettings">
<option name="USE_SOFT_WRAPS" value="MAIN_EDITOR" />
<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="IS_CAMEL_WORDS" value="true" />
<option name="IS_MOUSE_CLICK_SELECTION_HONORS_CAMEL_WORDS" value="false" />
</component>
<component name="InlayHintsSettings">
<option name="lastViewedProviderKeyId" value=".vcs.code.vision" />
</component>
<component name="TodoConfiguration">
<pattern pattern="\b(todo|fixme)\b.*" />
</component>
</application>