-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patheditor.xml
36 lines (36 loc) · 1.38 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
<application>
<component name="CodeInsightSettings">
<option name="PARAMETER_INFO_DELAY" value="500" />
<option name="SHOW_FULL_SIGNATURES_IN_PARAMETER_INFO" value="true" />
<option name="REFORMAT_ON_PASTE" value="1" />
</component>
<component name="DaemonCodeAnalyzerSettings">
<option name="NEXT_ERROR_ACTION_GOES_TO_ERRORS_FIRST" value="false" />
</component>
<component name="EditorSettings">
<option name="languageBreadcrumbsMap">
<map>
<entry key="CSS" value="true" />
<entry key="HTML" value="true" />
<entry key="Haml" value="true" />
<entry key="JSON" value="true" />
<entry key="LESS" value="true" />
<entry key="PHP" value="true" />
<entry key="SASS" value="true" />
<entry key="SCSS" value="true" />
<entry key="Stylus" value="true" />
<entry key="XHTML" value="true" />
<entry key="XML" value="true" />
<entry key="yaml" value="true" />
</map>
</option>
<option name="STRIP_TRAILING_SPACES" value="Whole" />
<option name="IS_ENSURE_NEWLINE_AT_EOF" value="true" />
</component>
<component name="InlayHintsSettings">
<option name="lastViewedProviderKeyId" value="parameter.hints.old" />
</component>
<component name="JSEditorOptions">
<option name="START_STRING_INTERPOLATION_ON_TYPING" value="true" />
</component>
</application>