-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy patheditor.xml
More file actions
28 lines (28 loc) · 1.13 KB
/
editor.xml
File metadata and controls
28 lines (28 loc) · 1.13 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
<application>
<component name="DefaultFont">
<option name="FONT_SIZE" value="20" />
</component>
<component name="EditorSettings">
<option name="USE_SOFT_WRAPS" value="" />
<option name="IS_RIGHT_MARGIN_SHOWN" value="false" />
<option name="IS_ALL_SOFTWRAPS_SHOWN" value="true" />
<option name="IS_INDENT_GUIDES_SHOWN" value="false" />
</component>
<component name="JSCodeFoldingSettings">
<option name="collapseArrayLiterals" value="true" />
<option name="collapseObjectLiterals" value="true" />
<option name="COLLAPSE_OBJECT_LITERALS" value="true" />
<option name="COLLAPSE_ARRAY_LITERALS" value="true" />
</component>
<component name="JSEditorOptions">
<option name="START_STRING_INTERPOLATION_ON_TYPING" value="true" />
</component>
<component name="PhpCodeFoldingSettings">
<option name="COLLAPSE_FUNCTION_BODY" value="true" />
<option name="COLLAPSE_METHOD_BODY" value="true" />
</component>
<component name="SqlEditorOptions">
<option name="concatenateStringsOnEnter" value="true" />
<option name="qualificationType" value="On collisions" />
</component>
</application>